Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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)
|