zwq2018 commited on
Commit
7d8522d
·
1 Parent(s): 836b2be

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as demo:
124
 
125
 
126
  with gr.Column(scale=0.1, min_width=0):
127
- btn1 = gr.Button("上传").style(full_height=True)
128
 
129
  with gr.Row():
130
  with gr.Column(scale=0.85):
 
124
 
125
 
126
  with gr.Column(scale=0.1, min_width=0):
127
+ btn1 = gr.Button("Submit").style(full_height=True)
128
 
129
  with gr.Row():
130
  with gr.Column(scale=0.85):