#Make file for my hf_medical_model2 run: # Run the Streamlit app locally streamlit run app.py install: # Install dependencies pip install -r requirements.txt test: # Run a basic test to check if the app starts streamlit run app.py --server.headless true --server.port 8501