JawadRouen commited on
Commit
81fbf23
·
unverified ·
2 Parent(s): b1bb2ef 115a68c

Merge branch 'main' into report

Browse files
.github/workflows/theolex_app_huggingface.yml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+ on:
3
+ push:
4
+ branches: [main]
5
+
6
+ # to run this workflow manually from the Actions tab
7
+ workflow_dispatch:
8
+
9
+ jobs:
10
+ sync-to-hub:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ with:
15
+ fetch-depth: 0
16
+ - name: Push to hub
17
+ env:
18
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push --force https://Theolex:$HF_TOKEN@huggingface.co/spaces/Theolex/theolex_streamlit main
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # theolex_streamlit
2
 
3
  ## 🥇 Objectif
 
1
+ ---
2
+ title: theolex streamlit
3
+ emoji: 🤗
4
+ colorFrom: yellow
5
+ colorTo: orange
6
+ sdk: streamlit
7
+ app_file: score_app.py
8
+ pinned: false
9
+ ---
10
+
11
+
12
  # theolex_streamlit
13
 
14
  ## 🥇 Objectif
requirements.txt CHANGED
@@ -105,3 +105,4 @@ wcwidth==0.2.5
105
  webencodings==0.5.1
106
  widgetsnbextension==3.5.1
107
  xgboost==1.5.0
 
 
105
  webencodings==0.5.1
106
  widgetsnbextension==3.5.1
107
  xgboost==1.5.0
108
+ sklearn