NiranjanSathish's picture
Update app.yaml
d6b5e5a verified
raw
history blame contribute delete
345 Bytes
title: DrugBot - Medical QA
emoji: πŸ’Š
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: "1.x" # You can specify a range or leave it blank for latest compatible
app_file: app.py
python_version: "3.11" # <-- ADD THIS LINE
command: |
streamlit run app.py --server.port 7860 --server.enableCORS false --server.enableXsrfProtection false