Martin Ondrej commited on
Commit
9cafa5b
·
2 Parent(s): e53aad7 19c078c

Merge branch 'main' of https://github.com/Gallawander/PocketDoctor

Browse files
Files changed (2) hide show
  1. .github/workflows/sync_to_hf.yml +1 -1
  2. 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: {{emoji}}
6
- colorFrom: {{colorFrom}}
7
- colorTo: {{colorTo}}
8
- sdk: {{sdk}}
9
- sdk_version: "{{sdkVersion}}"
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