Prof-Reza commited on
Commit
9c23dee
·
1 Parent(s): 40ceffb

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

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -40,8 +40,7 @@ def respond(message, chat_history):
40
 
41
 
42
  with gr.Blocks() as demo:
43
- gr.Chatbot() = gr.image(height=350)
44
- chatbot = gr.Chatbot();
45
  #chatbot = gr.Chatbot().style(height=350)
46
  msg = gr.Textbox()
47
  clear = gr.ClearButton([msg, chatbot])
 
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])