Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
####################################################################################################
|
| 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 |
|