vericudebuget commited on
Commit
0f03691
·
verified ·
1 Parent(s): 6b7e132

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="""
69
  }
70
  """) as app:
71
  with gr.Row(elem_id="row"):
72
- text_input = gr.Textbox(label="Your message", placeholder="Type your message...", multiline=False, lines=1, max_lines=1, css_classes="flex-grow")
73
  submit_btn = gr.Button(
74
  "send",
75
  variant="primary",
 
69
  }
70
  """) as app:
71
  with gr.Row(elem_id="row"):
72
+ text_input = gr.Textbox(label="Your message", placeholder="Type your message...", lines=1, max_lines=1, css_classes="flex-grow")
73
  submit_btn = gr.Button(
74
  "send",
75
  variant="primary",