mac commited on
Commit
d6922a6
·
1 Parent(s): dfeb7a2

set height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def create_app():
125
  chatbot = gr.Chatbot(
126
  label="Chat History",
127
  placeholder="Input to start a new chat",
128
- height=500,
129
  )
130
  prompt = gr.Textbox(
131
  label="Input Text",
 
125
  chatbot = gr.Chatbot(
126
  label="Chat History",
127
  placeholder="Input to start a new chat",
128
+ height="70vh",
129
  )
130
  prompt = gr.Textbox(
131
  label="Input Text",