Spaces:
Runtime error
Runtime error
Update screenshot.py
Browse files- screenshot.py +1 -1
screenshot.py
CHANGED
@@ -6,7 +6,7 @@ before_prompt = """
|
|
6 |
<div class="absolute font-semibold" style="left:7%; right:7%; bottom:32%; top:7%; font-size: 12rem; line-height: 1; padding: 1rem; font-family:-apple-system, BlinkMacSystemFont, 'Arial', sans-serif;" id="text_box">
|
7 |
<p class="text" style="color:pink; white-space:pre-wrap;" dir="auto" id = "prompt">"""
|
8 |
prompt_to_generation = """</p>
|
9 |
-
<p class="text" style="color
|
10 |
after_generation = """</p>
|
11 |
</div>
|
12 |
<img src="https://huggingface.co/spaces/huggingface/bloom_demo/raw/main/bg.jpg" class="w-full" />
|
|
|
6 |
<div class="absolute font-semibold" style="left:7%; right:7%; bottom:32%; top:7%; font-size: 12rem; line-height: 1; padding: 1rem; font-family:-apple-system, BlinkMacSystemFont, 'Arial', sans-serif;" id="text_box">
|
7 |
<p class="text" style="color:pink; white-space:pre-wrap;" dir="auto" id = "prompt">"""
|
8 |
prompt_to_generation = """</p>
|
9 |
+
<p class="text" style="color:blue; 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" />
|