Spaces:
PhilSpiel
/
Running

PhilSpiel commited on
Commit
f4dac8c
1 Parent(s): 6df86fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks(theme, css="""
144
  msg = gr.Textbox(
145
  label=f"Chat with {coach_name_short}",
146
  placeholder="Type your message here... (MAX: 1000 characters)",
147
- autoscroll=True,
148
  interactive=False
149
  )
150
  submit = gr.Button("Submit Message", interactive=False)
 
144
  msg = gr.Textbox(
145
  label=f"Chat with {coach_name_short}",
146
  placeholder="Type your message here... (MAX: 1000 characters)",
147
+ autofocus=True,
148
  interactive=False
149
  )
150
  submit = gr.Button("Submit Message", interactive=False)