robertselvam commited on
Commit
04cdd64
·
1 Parent(s): f29d7c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ class ChatDocumentQA:
269
  with gr.Column(scale=0.15):
270
  upload_button = gr.UploadButton(
271
  "Browse File",
272
- file_types=[".txt", ".pdf", ".doc", ".docx"],
273
  file_count="multiple", variant="primary"
274
  )
275
  with gr.Row():
 
269
  with gr.Column(scale=0.15):
270
  upload_button = gr.UploadButton(
271
  "Browse File",
272
+ file_types=[".txt", ".pdf", ".doc", ".docx",".csv"],
273
  file_count="multiple", variant="primary"
274
  )
275
  with gr.Row():