Spaces:
Running
Running
Delete app.py
Browse files
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"])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|