KingZack commited on
Commit
25d0386
1 Parent(s): 4a0b04e

adding app files and req file and updated readme

Browse files
Files changed (3) hide show
  1. README.md +3 -0
  2. app.py +3 -0
  3. requirements.txt +1 -0
README.md CHANGED
@@ -12,3 +12,6 @@ short_description: live-in-class-friday
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+
17
+ # This is Zacks and Fridays space :)
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.markdown('# Hello Class! :)')
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ streamlit