Spaces:
Sleeping
Sleeping
arun3676 commited on
Commit ·
f5c4d0b
1
Parent(s): bc5f5e7
Update deployment to use matrix_final.py - full featured Matrix analyzer
Browse files- Procfile +1 -1
- render.yaml +1 -1
Procfile
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
web: streamlit run
|
|
|
|
| 1 |
+
web: streamlit run matrix_final.py --server.port=$PORT --server.address=0.0.0.0
|
render.yaml
CHANGED
|
@@ -5,7 +5,7 @@ services:
|
|
| 5 |
repo: https://github.com/arun3676/ai-code-analyzer.git
|
| 6 |
branch: master
|
| 7 |
buildCommand: pip install -r requirements.txt
|
| 8 |
-
startCommand: streamlit run
|
| 9 |
plan: free
|
| 10 |
envVars:
|
| 11 |
- key: OPENAI_API_KEY
|
|
|
|
| 5 |
repo: https://github.com/arun3676/ai-code-analyzer.git
|
| 6 |
branch: master
|
| 7 |
buildCommand: pip install -r requirements.txt
|
| 8 |
+
startCommand: streamlit run matrix_final.py --server.port=$PORT --server.address=0.0.0.0
|
| 9 |
plan: free
|
| 10 |
envVars:
|
| 11 |
- key: OPENAI_API_KEY
|