Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
a00a6a6
1
Parent(s):
37095fd
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ 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=40
|
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()
|
|
|
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):
|
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()
|