Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
4922e75
1
Parent(s):
761c299
Update app.py
Browse files
app.py
CHANGED
@@ -213,9 +213,9 @@ class Chatbot:
|
|
213 |
with gr.Column(scale=1,):
|
214 |
file_url = gr.Textbox(label='file url :',show_label=True,lines=10, placeholder="")
|
215 |
with gr.Row(elem_id="row-flex"):
|
216 |
-
with gr.Column(scale=
|
217 |
file_output = gr.File()
|
218 |
-
with gr.Column(scale=
|
219 |
upload_button = gr.UploadButton(
|
220 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|
221 |
file_count = "multiple")
|
|
|
213 |
with gr.Column(scale=1,):
|
214 |
file_url = gr.Textbox(label='file url :',show_label=True,lines=10, placeholder="")
|
215 |
with gr.Row(elem_id="row-flex"):
|
216 |
+
with gr.Column(scale=1):
|
217 |
file_output = gr.File()
|
218 |
+
with gr.Column(scale=1):
|
219 |
upload_button = gr.UploadButton(
|
220 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|
221 |
file_count = "multiple")
|