Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with gr.Blocks(css=customCSS, theme=beautiful_theme) as demo:
|
|
217 |
with gr.Column(scale=5):
|
218 |
with gr.Row():
|
219 |
chatbot = gr.Chatbot(elem_id="chatbot").style(height="100%")
|
220 |
-
with gr.Row() as input_raws:
|
221 |
with gr.Column(scale=12):
|
222 |
user_input = gr.Textbox(
|
223 |
show_label=False, placeholder="Enter here"
|
|
|
217 |
with gr.Column(scale=5):
|
218 |
with gr.Row():
|
219 |
chatbot = gr.Chatbot(elem_id="chatbot").style(height="100%")
|
220 |
+
with gr.Row(visible=False) as input_raws:
|
221 |
with gr.Column(scale=12):
|
222 |
user_input = gr.Textbox(
|
223 |
show_label=False, placeholder="Enter here"
|