ysharma HF staff commited on
Commit
a80363f
1 Parent(s): 14a1ea7

removed lines from textbox

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
220
  with gr.Row():
221
  with gr.Column(scale=4):
222
  with gr.Column(scale=12):
223
- user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=10).style(
224
  container=False)
225
  RETRY_FLAG = gr.Checkbox(value=False, visible=False)
226
  with gr.Column(min_width=32, scale=1):
 
220
  with gr.Row():
221
  with gr.Column(scale=4):
222
  with gr.Column(scale=12):
223
+ user_input = gr.Textbox(show_label=False, placeholder="Input...",).style(
224
  container=False)
225
  RETRY_FLAG = gr.Checkbox(value=False, visible=False)
226
  with gr.Column(min_width=32, scale=1):