Entz commited on
Commit
1ccb5ca
·
verified ·
1 Parent(s): d8c5a04

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py DELETED
@@ -1,12 +0,0 @@
1
- # app.py (for Hugging Face Spaces)
2
- """
3
- Main entry point for Hugging Face Spaces
4
- This file is required by HF Spaces to run the Streamlit app
5
- """
6
-
7
- import subprocess
8
- import sys
9
-
10
- # Run the frontend Streamlit app
11
- if __name__ == "__main__":
12
- subprocess.run([sys.executable, "-m", "streamlit", "run", "frontend.py"])