Engineer786 commited on
Commit
0a3e400
·
verified ·
1 Parent(s): 1534c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,5 +102,5 @@ def display_shirt_customizer():
102
  )
103
 
104
  # Main entry point of the app
105
- if _name_ == "_main_":
106
  display_shirt_customizer()
 
102
  )
103
 
104
  # Main entry point of the app
105
+ if __name__ == "__main__":
106
  display_shirt_customizer()