Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
efeaa70
1
Parent(s):
8ff94fb
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(css="style.css",theme= 'karthikeyan-adople/hudsonhayes-gray') as
|
|
99 |
show_label=False,
|
100 |
visible=True,elem_classes="filenameshow")
|
101 |
with gr.Column(scale=0.15, min_width=160):
|
102 |
-
upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx",".xlsx"],elem_classes="filenameshow")
|
103 |
file_output = gr.File(elem_classes="filenameshow")
|
104 |
with gr.Row():
|
105 |
with gr.Column(scale=1, min_width=0):
|
|
|
99 |
show_label=False,
|
100 |
visible=True,elem_classes="filenameshow")
|
101 |
with gr.Column(scale=0.15, min_width=160):
|
102 |
+
upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx",".xlsx",".csv"],elem_classes="filenameshow")
|
103 |
file_output = gr.File(elem_classes="filenameshow")
|
104 |
with gr.Row():
|
105 |
with gr.Column(scale=1, min_width=0):
|