Spaces:
Sleeping
Sleeping
Upload test.py
Browse files
test.py
CHANGED
@@ -88,6 +88,8 @@ else:
|
|
88 |
st.warning("No data matches the selected filters.")
|
89 |
|
90 |
st.markdown(multi2)
|
|
|
|
|
91 |
|
92 |
st.header('''Inspirations/Context:''')
|
93 |
st.write('''#### Vega Interactive Word Cloud Example''')
|
|
|
88 |
st.warning("No data matches the selected filters.")
|
89 |
|
90 |
st.markdown(multi2)
|
91 |
+
st.header('''Link to Python Notebook''')
|
92 |
+
st.link_button("Notebook", "https://streamlit.io/gallery")
|
93 |
|
94 |
st.header('''Inspirations/Context:''')
|
95 |
st.write('''#### Vega Interactive Word Cloud Example''')
|