akhaliq HF staff commited on
Commit
91a9343
·
verified ·
1 Parent(s): 60e752a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
113
  interactive=True
114
  )
115
 
116
- chatbot = gr.Chatbot(label="💬 Chatbot").style(height=500)
117
 
118
  with gr.Row():
119
  with gr.Column(scale=4):
 
113
  interactive=True
114
  )
115
 
116
+ chatbot = gr.Chatbot(label="💬 Chatbot") # `.style()` method removed
117
 
118
  with gr.Row():
119
  with gr.Column(scale=4):