Spaces:
Running
on
Zero
Running
on
Zero
Set autofocus on the text entry
Browse files
app.py
CHANGED
@@ -149,6 +149,7 @@ with gr.Blocks(fill_height=True, title="Making any model reasoning") as demo:
|
|
149 |
label="",
|
150 |
show_label=False,
|
151 |
placeholder="Type your question here.",
|
|
|
152 |
)
|
153 |
with gr.Column(scale=1):
|
154 |
gr.Markdown("""## Tweaks""")
|
|
|
149 |
label="",
|
150 |
show_label=False,
|
151 |
placeholder="Type your question here.",
|
152 |
+
autofocus=True,
|
153 |
)
|
154 |
with gr.Column(scale=1):
|
155 |
gr.Markdown("""## Tweaks""")
|