Metal3d commited on
Commit
13032ef
·
unverified ·
1 Parent(s): 77b8f3c

Set autofocus on the text entry

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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""")