Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,7 @@ def respond(message, history):
|
|
37 |
|
38 |
|
39 |
with gr.Blocks() as demo:
|
40 |
-
chatbot
|
41 |
-
chatbot.style(height=600)
|
42 |
-
|
43 |
|
44 |
if __name__ == "__main__":
|
45 |
demo.launch(show_api=False, share=False)
|
|
|
37 |
|
38 |
|
39 |
with gr.Blocks() as demo:
|
40 |
+
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=600))
|
|
|
|
|
41 |
|
42 |
if __name__ == "__main__":
|
43 |
demo.launch(show_api=False, share=False)
|