Yew Chong
update readme
23ed303
|
raw
history blame contribute delete
No virus
524 Bytes
---
title: Mediscenario Streamlit
emoji: πŸ“ˆ
colorFrom: red
colorTo: indigo
sdk: streamlit
sdk_version: 1.30.0
app_file: app_final.py
pinned: false
---
## How to run locally
1. git clone
2. `python -m pip install -r requirements.txt`
3. Add your own .env file based on the env.example (huggingface, openai, firebase tokens required)
4. `streamlit run app_final.py`
5. Open `localhost:8501`
Login with
- username: admin, password: admin
OR
- username: student1, password: password
---------------------------------