Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
f465155
1
Parent(s):
e3911d7
Update app.py
Browse files
app.py
CHANGED
@@ -207,12 +207,11 @@ class Chatbot:
|
|
207 |
)
|
208 |
|
209 |
gr.Markdown("**Upload your file**")
|
210 |
-
with gr.
|
211 |
-
with gr.
|
212 |
-
|
213 |
-
|
214 |
-
|
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(
|
|
|
207 |
)
|
208 |
|
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=50, min_width=0,elem_id="row-flex"):
|
213 |
+
file_url = gr.Textbox(label='file url :',show_label=True, placeholder="")
|
214 |
+
with gr.Column(scale=0.40, min_width=160):
|
|
|
215 |
file_output = gr.File()
|
216 |
with gr.Column(scale=0.10, min_width=160):
|
217 |
upload_button = gr.UploadButton(
|