sitammeur commited on
Commit
5e67af0
·
verified ·
1 Parent(s): 016f975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -35,6 +35,7 @@ interface = gr.Interface(
35
  title=title,
36
  description=description,
37
  article=article,
 
38
  allow_flagging="never",
39
  )
40
- interface.launch(debug=False, theme="Soft")
 
35
  title=title,
36
  description=description,
37
  article=article,
38
+ theme="Soft",
39
  allow_flagging="never",
40
  )
41
+ interface.launch(debug=False)