mohamedabdullah commited on
Commit
53a1055
·
1 Parent(s): dcde80d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,4 +212,4 @@ def ar_spelling_checker(text):
212
 
213
  btn.click(ar_spelling_checker, [text], output)
214
 
215
- demo.launch()
 
212
 
213
  btn.click(ar_spelling_checker, [text], output)
214
 
215
+ demo.launch(inline=False)