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