Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ def build_demo(embed_mode, concurrency_count=1):
|
|
261 |
|
262 |
gr.HTML(
|
263 |
"""
|
264 |
-
<p
|
265 |
"""
|
266 |
)
|
267 |
with gr.Row(elem_id="action-buttons", equal_height=True):
|
|
|
261 |
|
262 |
gr.HTML(
|
263 |
"""
|
264 |
+
<p><strong>🤔 Good or bad? Rate your experience to help us improve!</strong></p>
|
265 |
"""
|
266 |
)
|
267 |
with gr.Row(elem_id="action-buttons", equal_height=True):
|