Spaces:
Sleeping
Sleeping
Karthikeyan
commited on
Commit
·
ce1be57
1
Parent(s):
5bded7b
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
|
|
96 |
label="Upload your file",
|
97 |
placeholder="Enter a url",
|
98 |
show_label=False,
|
99 |
-
visible=
|
100 |
with gr.Column(scale=0.15, min_width=160):
|
101 |
upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"])
|
102 |
file_output = gr.File(elem_classes="filenameshow")
|
|
|
96 |
label="Upload your file",
|
97 |
placeholder="Enter a url",
|
98 |
show_label=False,
|
99 |
+
visible=True)
|
100 |
with gr.Column(scale=0.15, min_width=160):
|
101 |
upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"])
|
102 |
file_output = gr.File(elem_classes="filenameshow")
|