Sandesh13 commited on
Commit
6597e47
·
verified ·
1 Parent(s): a5abee6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,7 +1,20 @@
1
- Heres how your README could be adapted for Hugging Face:
2
 
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  # 🤖 Baymax-AI: Your Personal Healthcare Companion
6
 
7
  [![Streamlit App](https://img.shields.io/badge/Streamlit-Launch_App-blue?logo=streamlit)](https://baymax-v13.streamlit.app/)
@@ -92,6 +105,9 @@ This project is released under the MIT License. See the [LICENSE](https://github
92
 
93
  ---
94
 
 
 
 
95
  Ready to give it a try? [Launch Baymax-AI now!](https://baymax-v13.streamlit.app/)
96
 
97
  ---
 
1
+ It seems the Hugging Face repository expects proper YAML metadata at the top of the README for rendering correctly. Here's an updated version with properly structured YAML metadata at the beginning:
2
 
3
  ---
4
 
5
+ ```yaml
6
+ ---
7
+ title: "Baymax-AI: Personal Healthcare Companion"
8
+ emoji: 🤖
9
+ colorFrom: blue
10
+ colorTo: green
11
+ sdk: streamlit
12
+ app_file: Pages/Baymax.py
13
+ pinned: false
14
+ license: mit
15
+ ---
16
+ ```
17
+
18
  # 🤖 Baymax-AI: Your Personal Healthcare Companion
19
 
20
  [![Streamlit App](https://img.shields.io/badge/Streamlit-Launch_App-blue?logo=streamlit)](https://baymax-v13.streamlit.app/)
 
105
 
106
  ---
107
 
108
+ This YAML metadata at the top aligns with Hugging Face's repository expectations. Replace placeholder values like `app_file` and `license` with accurate ones for your project. Let me know if you need further refinements!
109
+ ---
110
+
111
  Ready to give it a try? [Launch Baymax-AI now!](https://baymax-v13.streamlit.app/)
112
 
113
  ---