byte-vortex commited on
Commit
116c640
·
verified ·
1 Parent(s): 4b6bca1

Deploy Myco from CI

Browse files
Files changed (1) hide show
  1. ui/gradio_app.py +1 -0
ui/gradio_app.py CHANGED
@@ -378,6 +378,7 @@ def build_app():
378
  active_mushrooms = gr.State([])
379
 
380
  gr.HTML(hero_markdown())
 
381
 
382
  with gr.Tabs(selected="home") as tabs:
383
  with gr.Tab("🏠 Home", id="home"):
 
378
  active_mushrooms = gr.State([])
379
 
380
  gr.HTML(hero_markdown())
381
+ gr.HTML(value=myco_talking_markdown(text))
382
 
383
  with gr.Tabs(selected="home") as tabs:
384
  with gr.Tab("🏠 Home", id="home"):