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