AlexKitipov commited on
Commit
d4a538f
·
verified ·
1 Parent(s): b641612

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def chat(prompt):
25
  demo = gr.Interface(
26
  fn=chat,
27
  inputs=gr.Textbox(
28
- lines=12,
29
  label="Prompt",
30
  placeholder="Type your message here..."
31
  ),
 
25
  demo = gr.Interface(
26
  fn=chat,
27
  inputs=gr.Textbox(
28
+ lines=18,
29
  label="Prompt",
30
  placeholder="Type your message here..."
31
  ),