Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -35,4 +35,4 @@ gr.Interface(fn=predict,
|
|
35 |
|
36 |
outputs=["chatbot",'state']).launch()
|
37 |
with gr.Accordion("Open for More!"):
|
38 |
-
gr.Markdown("Look at me...")
|
|
|
35 |
|
36 |
outputs=["chatbot",'state']).launch()
|
37 |
with gr.Accordion("Open for More!"):
|
38 |
+
gr.Markdown("Look at me...").launch()
|