JRQi commited on
Commit
5a3f02c
1 Parent(s): 11add5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
124
  placeholder_text = gr.Textbox(label="Review:", value="HELLO! Hallo!", visible=False)
125
  interpretation2 = gr.components.Interpretation(placeholder_text)
126
  with gr.Column(scale=1):
127
- chatbot1 = gr.Chatbot(height=200, min_width=50, container=False) # height=300
128
  ####################################################################################################
129
  gr.Markdown(''' *** ''')
130
 
 
124
  placeholder_text = gr.Textbox(label="Review:", value="HELLO! Hallo!", visible=False)
125
  interpretation2 = gr.components.Interpretation(placeholder_text)
126
  with gr.Column(scale=1):
127
+ chatbot1 = gr.Chatbot(height=230, min_width=50, container=False) # height=300
128
  ####################################################################################################
129
  gr.Markdown(''' *** ''')
130