simonn8 commited on
Commit
7df184d
1 Parent(s): fba3069

add huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +2 -0
  2. requirements.txt +1 -0
app.py CHANGED
@@ -2,6 +2,8 @@ import streamlit as st
2
  import streamlit.components.v1 as components
3
  import random
4
  from pathlib import Path
 
 
5
 
6
 
7
  paths_to_html = [Path(filename) for filename in Path("./html_files/").glob("*.html")]
 
2
  import streamlit.components.v1 as components
3
  import random
4
  from pathlib import Path
5
+ import huggingface_hub
6
+ from huggingface_hub import Repository
7
 
8
 
9
  paths_to_html = [Path(filename) for filename in Path("./html_files/").glob("*.html")]
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ huggingface_hub