Prof-Reza commited on
Commit
108a4bc
·
1 Parent(s): 9c23dee

fixing chatbot = gr.Chatbot().style(height=350)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def respond(message, chat_history):
40
 
41
 
42
  with gr.Blocks() as demo:
43
- chatbot = gr.Chatbot().style(height=350)
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])