Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,6 @@ label[data-testid="block-label"] {
|
|
21 |
footer{display:none !important}
|
22 |
"""
|
23 |
with gr.Blocks(css=css) as demo:
|
24 |
-
chatbot = gr.ChatInterface(chat_response
|
25 |
|
26 |
demo.launch(share=True)
|
|
|
21 |
footer{display:none !important}
|
22 |
"""
|
23 |
with gr.Blocks(css=css) as demo:
|
24 |
+
chatbot = gr.ChatInterface(chat_response)
|
25 |
|
26 |
demo.launch(share=True)
|