Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://github.com/Gallawander/PocketDoctor
Browse files- .github/workflows/sync_to_hf.yml +1 -1
- README.md +6 -7
.github/workflows/sync_to_hf.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://HF_USERNAME:[email protected]/spaces/Gallawander/PocketDoctor main
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://HF_USERNAME:[email protected]/spaces/Gallawander/PocketDoctor main
|
README.md
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
# PocketDoctor
|
2 |
-
|
3 |
---
|
4 |
title: PocketDoctor
|
5 |
-
emoji:
|
6 |
-
colorFrom:
|
7 |
-
colorTo:
|
8 |
-
sdk:
|
9 |
-
sdk_version:
|
10 |
app_file: app.py
|
11 |
pinned: false
|
|
|
12 |
---
|
13 |
|
14 |
App that predicts diagnosis based on symptoms
|
|
|
|
|
|
|
1 |
---
|
2 |
title: PocketDoctor
|
3 |
+
emoji: 🐠
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.43.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
short_description: App that predicts diagnosis based on symptoms
|
11 |
---
|
12 |
|
13 |
App that predicts diagnosis based on symptoms
|