lamhieu commited on
Commit
74bbc64
·
1 Parent(s): 8460b0c

chore: update chatbot height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def generate(
133
  yield "".join(outputs)
134
 
135
 
136
- chatbot = gr.Chatbot(height=400, placeholder=PLACEHOLDER, label="Ghost 8B Beta")
137
 
138
  chat_interface = gr.ChatInterface(
139
  fn=generate,
 
133
  yield "".join(outputs)
134
 
135
 
136
+ chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label="Ghost 8B Beta")
137
 
138
  chat_interface = gr.ChatInterface(
139
  fn=generate,