Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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 |
|