arun3676 commited on
Commit
f5c4d0b
·
1 Parent(s): bc5f5e7

Update deployment to use matrix_final.py - full featured Matrix analyzer

Browse files
Files changed (2) hide show
  1. Procfile +1 -1
  2. render.yaml +1 -1
Procfile CHANGED
@@ -1 +1 @@
1
- web: streamlit run matrix_app.py --server.port=$PORT --server.address=0.0.0.0
 
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 matrix_app.py --server.port=$PORT --server.address=0.0.0.0
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