Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
·
3649991
1
Parent(s):
e317e6a
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ class ChatDocumentQA:
|
|
257 |
with gr.Column(scale=0.15):
|
258 |
upload_button = gr.UploadButton(
|
259 |
"Browse File",
|
260 |
-
file_types=[".txt", ".pdf", ".doc", ".docx"],
|
261 |
file_count="multiple", variant="primary"
|
262 |
)
|
263 |
with gr.Row():
|
|
|
257 |
with gr.Column(scale=0.15):
|
258 |
upload_button = gr.UploadButton(
|
259 |
"Browse File",
|
260 |
+
file_types=[".txt", ".pdf", ".doc", ".docx", ".csv"],
|
261 |
file_count="multiple", variant="primary"
|
262 |
)
|
263 |
with gr.Row():
|