ProfRick commited on
Commit
e859abe
·
verified ·
1 Parent(s): 5343073

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🧬 Interdependence Concept Game (Streamlit on Hugging Face Spaces)
2
+
3
+ An interactive, staged practice tool for **negative feedback loops** and **interdependence of body systems**.
4
+ Scenarios included:
5
+ - **Blood Pressure (Hypotension)** → Baroreflex (nervous), RAAS (renal)
6
+ - **Glucose (Post-meal Hyperglycemia)** → Insulin loop, Kidney overflow/excretion
7
+ - **Temperature (Hypothermia)** → Shivering (somatic motor), Skin vessel loop (autonomic)
8
+
9
+ Each loop walks students through:
10
+ 1) **Build the loop** (Sensor → Control Center → Effector)
11
+ 2) **Sensor → Control** signaling (type, receptor location, primary transport/gradient)
12
+ 3) **Control → Effector** signaling
13
+ 4) **Outcome** (loop-specific response)
14
+
15
+ When both loops in a scenario are completed, students can download a **PDF certificate** (requires `reportlab`).
16
+
17
+ ---
18
+
19
+ ## ▶️ Run in Hugging Face Spaces (Docker mode)
20
+
21
+ This Space is set up to run via **Docker**. The container launches Streamlit with:
22
+
23
+ ```bash
24
+ streamlit run app.py --server.port=$PORT --server.address=0.0.0.0