Spaces:
Sleeping
Sleeping
Deploy Myco from CI
Browse files- ui/gradio_app.py +1 -1
ui/gradio_app.py
CHANGED
|
@@ -378,7 +378,7 @@ def build_app():
|
|
| 378 |
active_mushrooms = gr.State([])
|
| 379 |
|
| 380 |
gr.HTML(hero_markdown())
|
| 381 |
-
gr.HTML(myco_talking_markdown)
|
| 382 |
|
| 383 |
with gr.Tabs(selected="home") as tabs:
|
| 384 |
with gr.Tab("🏠 Home", id="home"):
|
|
|
|
| 378 |
active_mushrooms = gr.State([])
|
| 379 |
|
| 380 |
gr.HTML(hero_markdown())
|
| 381 |
+
gr.HTML(myco_talking_markdown("text"))
|
| 382 |
|
| 383 |
with gr.Tabs(selected="home") as tabs:
|
| 384 |
with gr.Tab("🏠 Home", id="home"):
|