Chris
commited on
Commit
·
944e383
1
Parent(s):
671d147
colors
Browse files
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("
|
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 |
|