Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
e3911d7
1
Parent(s):
48c29fc
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ class Chatbot:
|
|
213 |
with gr.Row(elem_id="row-flex"):
|
214 |
with gr.Accordion("Upload Files", open = False):
|
215 |
with gr.Column(scale=0.90, min_width=160):
|
216 |
-
file_output = gr.File(
|
217 |
with gr.Column(scale=0.10, min_width=160):
|
218 |
upload_button = gr.UploadButton(
|
219 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|
|
|
213 |
with gr.Row(elem_id="row-flex"):
|
214 |
with gr.Accordion("Upload Files", open = False):
|
215 |
with gr.Column(scale=0.90, min_width=160):
|
216 |
+
file_output = gr.File()
|
217 |
with gr.Column(scale=0.10, min_width=160):
|
218 |
upload_button = gr.UploadButton(
|
219 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|