Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
37095fd
1
Parent(s):
7756f56
Update app.py
Browse files
app.py
CHANGED
|
@@ -209,11 +209,11 @@ class Chatbot:
|
|
| 209 |
gr.Markdown("**Upload your file**")
|
| 210 |
with gr.Accordion("Upload Files", open = False):
|
| 211 |
with gr.Row(elem_id="row-flex"):
|
| 212 |
-
with gr.Column(scale=
|
| 213 |
-
file_url = gr.Textbox(label='file url :',show_label=True, placeholder="")
|
| 214 |
-
with gr.Column(scale=0.
|
| 215 |
file_output = gr.File()
|
| 216 |
-
with gr.Column(scale=0.
|
| 217 |
upload_button = gr.UploadButton(
|
| 218 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|
| 219 |
file_count = "multiple")
|
|
|
|
| 209 |
gr.Markdown("**Upload your file**")
|
| 210 |
with gr.Accordion("Upload Files", open = False):
|
| 211 |
with gr.Row(elem_id="row-flex"):
|
| 212 |
+
with gr.Column(scale=40,elem_id="row-flex"):
|
| 213 |
+
file_url = gr.Textbox(label='file url :',show_label=True,lines=4, placeholder="")
|
| 214 |
+
with gr.Column(scale=0.50):
|
| 215 |
file_output = gr.File()
|
| 216 |
+
with gr.Column(scale=0.10):
|
| 217 |
upload_button = gr.UploadButton(
|
| 218 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|
| 219 |
file_count = "multiple")
|