Spaces:
PhilSpiel
/
Running

PhilSpiel commited on
Commit
c4a023d
1 Parent(s): b5e7d8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -125,6 +125,7 @@ with gr.Blocks(theme, css=css) as demo:
125
  chatbot = gr.Chatbot(label="Conversation")
126
  msg = gr.Textbox(
127
  label=f"Chat with {coach_name_short}",
 
128
  placeholder="Type your message here... (MAX: 1000 characters)",
129
  interactive=False
130
  )
 
125
  chatbot = gr.Chatbot(label="Conversation")
126
  msg = gr.Textbox(
127
  label=f"Chat with {coach_name_short}",
128
+ max_lines=10,
129
  placeholder="Type your message here... (MAX: 1000 characters)",
130
  interactive=False
131
  )