efederici commited on
Commit
ccebcd9
1 Parent(s): 4747ade

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def chat(message, history, system, temperature, do_sample, max_tokens):
82
  yield partial_text
83
 
84
 
85
- chatbot = gr.Chatbot(height=550, placeholder=PLACEHOLDER, label='Conversazione', show_copy_button=True)
86
 
87
  demo = gr.ChatInterface(
88
  fn=chat,
 
82
  yield partial_text
83
 
84
 
85
+ chatbot = gr.Chatbot(height=700, placeholder=PLACEHOLDER, label='Conversazione', show_copy_button=True)
86
 
87
  demo = gr.ChatInterface(
88
  fn=chat,