WebRAG / Procfile
Arun21102003
Initial clean commit
97f9138
Raw
History Blame Contribute Delete
155 Bytes
api: python main.py
worker: python worker.py
streamlit: streamlit run streamlit_app.py --server.port $PORT --server.address 0.0.0.0 --server.headless true