JeCabrera commited on
Commit
3a406db
·
verified ·
1 Parent(s): f4afbfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ chatbot_component = gr.Chatbot(
104
  label='Gemini',
105
  bubble_full_width=False,
106
  scale=2,
107
- height=600
108
  )
109
  text_prompt_component = gr.Textbox(
110
  placeholder="Message...", show_label=False, autofocus=True, scale=8
 
104
  label='Gemini',
105
  bubble_full_width=False,
106
  scale=2,
107
+ height=300
108
  )
109
  text_prompt_component = gr.Textbox(
110
  placeholder="Message...", show_label=False, autofocus=True, scale=8