ChillThrills commited on
Commit
fefc06e
·
1 Parent(s): b13260f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2064,7 +2064,7 @@ with gr.Blocks(theme=quant_theme, css="""
2064
 
2065
  chatbot = gr.Chatbot(
2066
  label="Quant Intelli+ ⚽️",
2067
- height=1200,
2068
  avatar_images=(None, "https://img.icons8.com/color/48/artificial-intelligence.png"),
2069
  type='messages'
2070
  )
 
2064
 
2065
  chatbot = gr.Chatbot(
2066
  label="Quant Intelli+ ⚽️",
2067
+ height=1000,
2068
  avatar_images=(None, "https://img.icons8.com/color/48/artificial-intelligence.png"),
2069
  type='messages'
2070
  )