Karthikeyan commited on
Commit
d3c20ee
·
1 Parent(s): 124da9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -217,7 +217,7 @@ class Chatbot:
217
  with gr.Row(elem_id="row-flex"):
218
  with gr.Row(elem_id="row-flex"):
219
  with gr.Column(scale=1,):
220
- file_url = gr.Textbox(label='file url :',show_label=True,lines=10, placeholder="")
221
  with gr.Row(elem_id="row-flex"):
222
  with gr.Column(scale=1):
223
  file_output = gr.File()
@@ -231,8 +231,7 @@ class Chatbot:
231
  txt = gr.Textbox(
232
  label = "Question",
233
  show_label=True,
234
- lines=2,
235
- placeholder="Enter text and press shift+enter",
236
  )
237
  with gr.Row():
238
  clear_btn = gr.Button(value="Clear")
 
217
  with gr.Row(elem_id="row-flex"):
218
  with gr.Row(elem_id="row-flex"):
219
  with gr.Column(scale=1,):
220
+ file_url = gr.Textbox(label='file url :',show_label=True, placeholder="")
221
  with gr.Row(elem_id="row-flex"):
222
  with gr.Column(scale=1):
223
  file_output = gr.File()
 
231
  txt = gr.Textbox(
232
  label = "Question",
233
  show_label=True,
234
+ placeholder="",
 
235
  )
236
  with gr.Row():
237
  clear_btn = gr.Button(value="Clear")