Spaces:
Sleeping
Sleeping
more things
Browse files
app.py
CHANGED
@@ -2,10 +2,7 @@
|
|
2 |
|
3 |
|
4 |
# day 2/3 -- "grab bag" of other things
|
5 |
-
# touch on widgets! -- do quick example of plot + widget, say we'll focus on Altair
|
6 |
# multi-page apps? ==> maybe day 2? ==> does this work with HF apps??
|
7 |
-
# matplotlib plots
|
8 |
-
# other plotting tools in ST (like the defaults) + widgets
|
9 |
#* https://docs.streamlit.io/develop/tutorials/databases <- touch on but say we'll be just doing csv files
|
10 |
# embedding streamlit spaces on other webpages? wait until Jekyll? https://huggingface.co/docs/hub/en/spaces-sdks-streamlit#embed-streamlit-spaces-on-other-webpages
|
11 |
# how to search/duplicate other spaces on HF (make sure you cite this!)
|
@@ -101,4 +98,17 @@ st.pyplot(fig)
|
|
101 |
# In order to push these changes to HF and have things actually show up we need to
|
102 |
# add the packages we've added to our requirements.txt file.
|
103 |
|
104 |
-
# While we're doing this, let's also take a look at the README.md file!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
|
4 |
# day 2/3 -- "grab bag" of other things
|
|
|
5 |
# multi-page apps? ==> maybe day 2? ==> does this work with HF apps??
|
|
|
|
|
6 |
#* https://docs.streamlit.io/develop/tutorials/databases <- touch on but say we'll be just doing csv files
|
7 |
# embedding streamlit spaces on other webpages? wait until Jekyll? https://huggingface.co/docs/hub/en/spaces-sdks-streamlit#embed-streamlit-spaces-on-other-webpages
|
8 |
# how to search/duplicate other spaces on HF (make sure you cite this!)
|
|
|
98 |
# In order to push these changes to HF and have things actually show up we need to
|
99 |
# add the packages we've added to our requirements.txt file.
|
100 |
|
101 |
+
# While we're doing this, let's also take a look at the README.md file!
|
102 |
+
|
103 |
+
|
104 |
+
################################################
|
105 |
+
# 3. TODO Quick intro to widgets
|
106 |
+
################################################
|
107 |
+
|
108 |
+
### 3.1 A few widget examples ###
|
109 |
+
|
110 |
+
### 3.2 Connecting widgets with plots ###
|
111 |
+
|
112 |
+
################################################
|
113 |
+
# 4. TODO Multi-page apps (?) this might be for next week/extra
|
114 |
+
################################################
|