Spaces:
Runtime error
Runtime error
Commit
•
357d87d
1
Parent(s):
ad20ec4
Update origin of screenshot background
Browse files- screenshot.py +1 -1
screenshot.py
CHANGED
@@ -9,7 +9,7 @@ prompt_to_generation = """</p>
|
|
9 |
<p class="text" style="color:#FE57A0; white-space:pre-wrap;" dir="auto" id="generation">"""
|
10 |
after_generation = """</p>
|
11 |
</div>
|
12 |
-
<img src="https://huggingface.co/spaces/
|
13 |
</div>
|
14 |
"""
|
15 |
|
|
|
9 |
<p class="text" style="color:#FE57A0; white-space:pre-wrap;" dir="auto" id="generation">"""
|
10 |
after_generation = """</p>
|
11 |
</div>
|
12 |
+
<img src="https://huggingface.co/spaces/huggingface/bloom_demo/raw/main/bg.jpg" class="w-full" />
|
13 |
</div>
|
14 |
"""
|
15 |
|