cboettig commited on
Commit
619ddc8
·
1 Parent(s): d169f5b

so it begins....

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. app.py +2 -0
  3. requirements.txt +1 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .ipynb_checkpints
app.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ import streamlit as st
2
+ st.title("Testing Huggingface")
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ streamlit