ui change
Browse files- gradio-web/ui_layout.py +1 -0
gradio-web/ui_layout.py
CHANGED
|
@@ -901,6 +901,7 @@ def create_ui_blocks():
|
|
| 901 |
demo.head = THEME_LOCK_HEAD
|
| 902 |
|
| 903 |
gr.Markdown("## π₯ RoboMME Interactive Demo πππ", elem_id="header_title")
|
|
|
|
| 904 |
with gr.Row():
|
| 905 |
with gr.Column(scale=1):
|
| 906 |
header_task_box = gr.Dropdown(
|
|
|
|
| 901 |
demo.head = THEME_LOCK_HEAD
|
| 902 |
|
| 903 |
gr.Markdown("## π₯ RoboMME Interactive Demo πππ", elem_id="header_title")
|
| 904 |
+
gr.Markdown("### Think robots π€ struggle with memory? Let's see how you do π")
|
| 905 |
with gr.Row():
|
| 906 |
with gr.Column(scale=1):
|
| 907 |
header_task_box = gr.Dropdown(
|