KingNish commited on
Commit
b47259c
1 Parent(s): 6a753b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ demo = gr.ChatInterface(
185
  ["Design a step-by-Step Meal Plan for Weight Loss and Muscle Gain."],
186
  ],
187
  cache_examples=False,
188
- autofocus = false,
189
  concurrency_limit = None
190
  )
191
 
 
185
  ["Design a step-by-Step Meal Plan for Weight Loss and Muscle Gain."],
186
  ],
187
  cache_examples=False,
188
+ autofocus = False,
189
  concurrency_limit = None
190
  )
191