JRQi commited on
Commit
11add5a
1 Parent(s): 3fc83f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
196
  placeholder_text_mf = gr.Textbox(label="Sentence:", value="HELLO! Hallo!", visible=False)
197
  interpretation_mf_2 = gr.components.Interpretation(placeholder_text_mf)
198
  with gr.Column(scale=1):
199
- chatbot_mf_1 = gr.Chatbot(height=200, min_width=50, container=False) # height=300
200
  ####################################################################################################
201
  gr.Markdown(''' *** ''')
202
 
 
196
  placeholder_text_mf = gr.Textbox(label="Sentence:", value="HELLO! Hallo!", visible=False)
197
  interpretation_mf_2 = gr.components.Interpretation(placeholder_text_mf)
198
  with gr.Column(scale=1):
199
+ chatbot_mf_1 = gr.Chatbot(height=230, min_width=50, container=False)
200
  ####################################################################################################
201
  gr.Markdown(''' *** ''')
202