ayush200399391001 commited on
Commit
52637ae
·
verified ·
1 Parent(s): f20fe72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -587,5 +587,5 @@ def main():
587
  if current_step in steps:
588
  steps[current_step]()
589
 
590
- if _name_ == "_main_":
591
  main()
 
587
  if current_step in steps:
588
  steps[current_step]()
589
 
590
+ if __name__ == "_main_":
591
  main()