Update pages/introds.py
Browse files- pages/introds.py +2 -8
pages/introds.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
|
3 |
# Background options
|
4 |
bg_options = [
|
5 |
-
|
6 |
"https://cdn.pixabay.com/photo/2023/11/23/17/47/sunset-7704533_1280.jpg"
|
7 |
]
|
8 |
|
@@ -84,10 +84,4 @@ st.markdown(
|
|
84 |
</div>
|
85 |
""",
|
86 |
unsafe_allow_html=True
|
87 |
-
)
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
|
|
2 |
|
3 |
# Background options
|
4 |
bg_options = [
|
5 |
+
|
6 |
"https://cdn.pixabay.com/photo/2023/11/23/17/47/sunset-7704533_1280.jpg"
|
7 |
]
|
8 |
|
|
|
84 |
</div>
|
85 |
""",
|
86 |
unsafe_allow_html=True
|
87 |
+
)
|
|
|
|
|
|
|
|
|
|
|
|