Karthikeyan commited on
Commit
761c299
·
1 Parent(s): c897812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ class Chatbot:
211
  with gr.Row(elem_id="row-flex"):
212
  with gr.Row(elem_id="row-flex"):
213
  with gr.Column(scale=1,):
214
- file_url = gr.Textbox(label='file url :',show_label=True,lines=8, placeholder="")
215
  with gr.Row(elem_id="row-flex"):
216
  with gr.Column(scale=0.80):
217
  file_output = gr.File()
 
211
  with gr.Row(elem_id="row-flex"):
212
  with gr.Row(elem_id="row-flex"):
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=0.80):
217
  file_output = gr.File()