dennis-fast commited on
Commit
2da2abe
1 Parent(s): 1258daf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,6 +27,6 @@ gr.Interface(fn=predict,
27
  theme="default",
28
  css=".footer {display:none !important}",
29
  allow_screenshot=False,
30
- allow_flagging='never'
31
  inputs=["User", "state"],
32
  outputs=["Elon", "state"]).launch()
 
27
  theme="default",
28
  css=".footer {display:none !important}",
29
  allow_screenshot=False,
30
+ allow_flagging='never',
31
  inputs=["User", "state"],
32
  outputs=["Elon", "state"]).launch()