naveenvenkatesh commited on
Commit
6946318
1 Parent(s): 0478b65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ class Chatbot:
175
  with gr.Column(scale=1):
176
  file_output = gr.File()
177
  with gr.Column(scale=1):
178
- upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],file_count = "multiple")
179
  with gr.Row():
180
  chatbot = gr.Chatbot([], elem_id="chatbot")
181
  with gr.Row():
 
175
  with gr.Column(scale=1):
176
  file_output = gr.File()
177
  with gr.Column(scale=1):
178
+ upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx",".csv"],file_count = "multiple")
179
  with gr.Row():
180
  chatbot = gr.Chatbot([], elem_id="chatbot")
181
  with gr.Row():