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