ProfRick commited on
Commit
7d6b2e7
·
verified ·
1 Parent(s): 504dd57

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md DELETED
@@ -1,24 +0,0 @@
1
- ---
2
- title: Flow Down Gradients — Simple Explorer
3
- emoji: 🌬️
4
- colorFrom: blue
5
- colorTo: green
6
- sdk: streamlit
7
- app_file: app.py
8
- pinned: false
9
- ---
10
-
11
- # Flow Down Gradients — Simple Explorer
12
-
13
- - **Pressure (Alveolus ↔ Capillary)**: Set relative O₂ / CO₂ for each side + breathing pressure; optional pre→post comparison.
14
- - **Action potential (setup)**: Switches for **Na⁺**, **K⁺**, and **polarity**; visual only for Canvas prompts.
15
-
16
- ## Run locally
17
- ```bash
18
- pip install streamlit numpy matplotlib
19
- streamlit run app.py
20
- ```
21
-
22
- ## Deploy on Hugging Face Spaces (Streamlit)
23
- Upload **`app.py`**, **`requirements.txt`**, and this **`README.md`** into a Streamlit Space.
24
- Direct app: `https://USERNAME-FLOW-NAME.hf.space`