byte-vortex commited on
Commit
5002ba7
·
verified ·
1 Parent(s): dd340e3

Deploy Myco from CI

Browse files
Files changed (1) hide show
  1. 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(text))
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)
382
 
383
  with gr.Tabs(selected="home") as tabs:
384
  with gr.Tab("🏠 Home", id="home"):