Spaces:
Sleeping
Sleeping
Commit
·
592644b
1
Parent(s):
85b834a
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
|
|
115 |
file_output = gr.File(elem_classes="filenameshow")
|
116 |
with gr.Column(scale=0.10, min_width=160):
|
117 |
upload_button = gr.UploadButton(
|
118 |
-
"Browse File",
|
119 |
elem_classes="filenameshow")
|
120 |
with gr.Row():
|
121 |
with gr.Column(scale=1, min_width=0):
|
|
|
115 |
file_output = gr.File(elem_classes="filenameshow")
|
116 |
with gr.Column(scale=0.10, min_width=160):
|
117 |
upload_button = gr.UploadButton(
|
118 |
+
"Browse File",
|
119 |
elem_classes="filenameshow")
|
120 |
with gr.Row():
|
121 |
with gr.Column(scale=1, min_width=0):
|