robertselvam commited on
Commit
7873696
1 Parent(s): e473bbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(css="style.css",theme= 'karthikeyan-adople/hudsonhayes-gray') as
98
  show_label=False,
99
  visible=True,elem_classes="filenameshow")
100
  with gr.Column(scale=0.15, min_width=160):
101
- upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],elem_classes="filenameshow")
102
  file_output = gr.File(elem_classes="filenameshow")
103
  with gr.Row():
104
  with gr.Column(scale=1, min_width=0):
 
98
  show_label=False,
99
  visible=True,elem_classes="filenameshow")
100
  with gr.Column(scale=0.15, min_width=160):
101
+ upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx",".xlsx"],elem_classes="filenameshow")
102
  file_output = gr.File(elem_classes="filenameshow")
103
  with gr.Row():
104
  with gr.Column(scale=1, min_width=0):