acecalisto3 commited on
Commit
d755d1c
·
verified ·
1 Parent(s): c92df66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -371,3 +371,5 @@ def main():
371
  inbrowser=True,
372
  debug=True
373
  )
 
 
 
371
  inbrowser=True,
372
  debug=True
373
  )
374
+ if __name__ == "__main__":
375
+ main()