Chris commited on
Commit
944e383
·
1 Parent(s): 671d147
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ with gr.Blocks() as iface:
57
  upload_file = gr.File(label="Upload your files", interactive=True, file_count="multiple")
58
 
59
  with gr.Row():
60
- submit_button = gr.Button("Upload", scale=2)
61
- clear_button = gr.Button("Clear", scale=1)
62
 
63
  output_text = gr.Textbox(label="", visible=True) # Set this visible by default
64
 
 
57
  upload_file = gr.File(label="Upload your files", interactive=True, file_count="multiple")
58
 
59
  with gr.Row():
60
+ submit_button = gr.Button("Upload", variant="success", scale=2)
61
+ clear_button = gr.Button("Cancel", variant="secondary", scale=1)
62
 
63
  output_text = gr.Textbox(label="", visible=True) # Set this visible by default
64