matesoft commited on
Commit
b72a64d
Β·
verified Β·
1 Parent(s): fd6f038

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -11
README.md CHANGED
@@ -1,14 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- title: BMIxMood
3
- emoji: πŸ‘€
4
- colorFrom: purple
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.33.2
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: BMI + mood tracker with history.
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # πŸ’ͺ BMI Calculator with Emotions 😊
2
+
3
+ Welcome to the **BMI Calculator with Emotions** β€” a clean and modern app that helps you calculate your Body Mass Index and log how you're feeling. All inputs are saved so you can see your personal health history over time.
4
+
5
+ ---
6
+
7
+ ## πŸ” Login Required
8
+
9
+ To access the app, please log in with the following credentials:
10
+
11
+ - **Username:** `user`
12
+ - **Password:** `userpass`
13
+
14
+ ---
15
+
16
+ ## ✨ Features
17
+
18
+ - πŸ”’ Calculates your BMI using height and weight
19
+ - 😊 Tracks your mood with a simple "Yes/No" choice
20
+ - 🧠 Stores all your inputs persistently (data is saved!)
21
+ - πŸ“Š Displays your full input history in a neat table
22
+ - 🌈 Comes with a beautiful Gradio UI and a soft theme
23
+
24
  ---
25
+
26
+ ## πŸš€ Try the Examples
27
+
28
+ Click on the example names like `mate`, `guro`, or `levan` to instantly see how the app works. Or enter your own info to get personalized feedback!
29
+
30
+ ---
31
+
32
+ ## πŸ“ Data Persistence
33
+
34
+ All BMI entries are saved to a file called `bmi_data.csv` inside the Space β€” so your inputs won't disappear after refreshing!
35
+
36
+ ---
37
+
38
+ ## πŸ› οΈ Tech Stack
39
+
40
+ - [Gradio](https://huggingface.co/spaces/matesoft/BMIxMood)
41
+ - Python
42
+ - Pandas
43
+ - Hugging Face Spaces
44
+
45
  ---
46
 
47
+ Made with ❀️ by a creative mind.