Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,6 @@ def chat_response(message, history):
|
|
17 |
return response
|
18 |
|
19 |
with gr.Blocks() as demo:
|
20 |
-
chatbot = gr.ChatInterface(chat_response,css="footer {visibility: hidden}",theme=None
|
21 |
|
22 |
demo.launch(share=True)
|
|
|
17 |
return response
|
18 |
|
19 |
with gr.Blocks() as demo:
|
20 |
+
chatbot = gr.ChatInterface(chat_response,css="footer {visibility: hidden}",theme=None)
|
21 |
|
22 |
demo.launch(share=True)
|