binh99 commited on
Commit
dbdf880
·
1 Parent(s): 57e0a00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"