not-lain commited on
Commit
7449dcb
β€’
1 Parent(s): 21c647d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -133,6 +133,8 @@ demo = gr.ChatInterface(
133
  examples=["what's anarchy ? "],
134
  title=TITLE,
135
  description=DESCRIPTION,
 
 
136
 
137
  )
138
  demo.launch(debug=True)
 
133
  examples=["what's anarchy ? "],
134
  title=TITLE,
135
  description=DESCRIPTION,
136
+ autofocus=False,
137
+ autoscroll = False,
138
 
139
  )
140
  demo.launch(debug=True)