Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
0ff6f53
1
Parent(s):
9fa44ca
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",file_types=[".txt", ".pdf", ".doc", ".docx","json","csv"],
|
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",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
|
119 |
elem_classes="filenameshow")
|
120 |
with gr.Row():
|
121 |
with gr.Column(scale=1, min_width=0):
|