aixsatoshi commited on
Commit
ced4259
1 Parent(s): ef2eb9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def stream_chat(message: str, history: list, temperature: float, max_new_tokens:
81
 
82
 
83
 
84
- chatbot = gr.Chatbot(height=450)
85
 
86
  with gr.Blocks(css=CSS) as demo:
87
  gr.HTML(TITLE)
 
81
 
82
 
83
 
84
+ chatbot = gr.Chatbot(height=1000)
85
 
86
  with gr.Blocks(css=CSS) as demo:
87
  gr.HTML(TITLE)