Spaces:
Sleeping
Sleeping
fixing chatbot = gr.Chatbot().style(height=350)
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def respond(message, chat_history):
|
|
40 |
|
41 |
|
42 |
with gr.Blocks() as demo:
|
43 |
-
chatbot = gr.Chatbot()
|
44 |
#chatbot = gr.Chatbot().style(height=350)
|
45 |
msg = gr.Textbox()
|
46 |
clear = gr.ClearButton([msg, chatbot])
|
|
|
40 |
|
41 |
|
42 |
with gr.Blocks() as demo:
|
43 |
+
chatbot = gr.Chatbot()
|
44 |
#chatbot = gr.Chatbot().style(height=350)
|
45 |
msg = gr.Textbox()
|
46 |
clear = gr.ClearButton([msg, chatbot])
|