Spaces:
Build error
Build error
Julian Vanecek commited on
Commit ·
755b156
1
Parent(s): 1b05784
reverting frontend
Browse files
app.py
CHANGED
|
@@ -181,8 +181,7 @@ with gr.Blocks() as demo:
|
|
| 181 |
|
| 182 |
# Empty bounding box HTML
|
| 183 |
empty_box_html = """
|
| 184 |
-
<div style="min-height: 100px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9; padding: 20px;
|
| 185 |
-
<em>Click 'Process' to get a response...</em>
|
| 186 |
</div>
|
| 187 |
"""
|
| 188 |
|
|
|
|
| 181 |
|
| 182 |
# Empty bounding box HTML
|
| 183 |
empty_box_html = """
|
| 184 |
+
<div style="min-height: 100px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9; padding: 20px;">
|
|
|
|
| 185 |
</div>
|
| 186 |
"""
|
| 187 |
|