Spaces:
PhilSpiel
/
Running

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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -144,6 +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
  interactive=False
148
  )
149
  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
+ autoscroll=True,
148
  interactive=False
149
  )
150
  submit = gr.Button("Submit Message", interactive=False)