zxcgqq commited on
Commit
18200eb
·
1 Parent(s): 2a9d56f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
5
 
6
 
7
- with gr.Row(visible=False) as input_raws:
8
  with gr.Column(scale=0.7):
9
  txt = gr.Textbox()
10
  with gr.Column(scale=0.10, min_width=0):
 
4
  with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
5
 
6
 
7
+ with gr.Row() as input_raws:
8
  with gr.Column(scale=0.7):
9
  txt = gr.Textbox()
10
  with gr.Column(scale=0.10, min_width=0):