Spaces:
Sleeping
Sleeping
adding app files and req file and updated readme
Browse files- README.md +3 -0
- app.py +3 -0
- 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
|