Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,5 +102,5 @@ def display_shirt_customizer():
|
|
| 102 |
)
|
| 103 |
|
| 104 |
# Main entry point of the app
|
| 105 |
-
if
|
| 106 |
display_shirt_customizer()
|
|
|
|
| 102 |
)
|
| 103 |
|
| 104 |
# Main entry point of the app
|
| 105 |
+
if __name__ == "__main__":
|
| 106 |
display_shirt_customizer()
|