Spaces:
Sleeping
Sleeping
Rename main.py to app.py
Browse files- main.py → app.py +1 -1
main.py → app.py
RENAMED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
from interface import build_interface
|
3 |
|
4 |
if __name__ == "__main__":
|
|
|
1 |
+
# app.py
|
2 |
from interface import build_interface
|
3 |
|
4 |
if __name__ == "__main__":
|