docs
Browse files
app.py
CHANGED
|
@@ -309,8 +309,6 @@ def build_demo():
|
|
| 309 |
"<a href='https://dr.miromind.ai' target='_blank'>Full Featured Website</a> | "
|
| 310 |
"<a href='https://miromind.ai/blog/miromind-open-deep-research' target='_blank'>Blog</a> | "
|
| 311 |
"<a href='https://huggingface.co/datasets/miromind-ai/MiroVerse-v0.1' target='_blank'>Data</a></div>"
|
| 312 |
-
"<div style='text-align:center;color:#888;font-size:14px;margin-bottom:20px;'>"
|
| 313 |
-
"Enter an English question and observe Agents and tool calls in real time.</div>"
|
| 314 |
)
|
| 315 |
with gr.Row():
|
| 316 |
inp = gr.Textbox(lines=3, label="Question (English only)")
|
|
|
|
| 309 |
"<a href='https://dr.miromind.ai' target='_blank'>Full Featured Website</a> | "
|
| 310 |
"<a href='https://miromind.ai/blog/miromind-open-deep-research' target='_blank'>Blog</a> | "
|
| 311 |
"<a href='https://huggingface.co/datasets/miromind-ai/MiroVerse-v0.1' target='_blank'>Data</a></div>"
|
|
|
|
|
|
|
| 312 |
)
|
| 313 |
with gr.Row():
|
| 314 |
inp = gr.Textbox(lines=3, label="Question (English only)")
|