Karthikeyan commited on
Commit
f465155
·
1 Parent(s): e3911d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -207,12 +207,11 @@ class Chatbot:
207
  )
208
 
209
  gr.Markdown("**Upload your file**")
210
- with gr.Row(elem_id="row-flex"):
211
- with gr.Column(scale=1, min_width=0):
212
- file_url = gr.Textbox(label='file url :',show_label=True, placeholder="")
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(
 
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(