Update app.py
Browse files
app.py
CHANGED
@@ -242,11 +242,13 @@ def page_1():
|
|
242 |
def page_2():
|
243 |
add_background_image("bg2.jpg")
|
244 |
st.markdown("""
|
245 |
-
<
|
246 |
-
<
|
247 |
-
|
248 |
-
|
249 |
-
|
|
|
|
|
250 |
""", unsafe_allow_html=True)
|
251 |
|
252 |
if "image_collection" in st.session_state and "text_collection" in st.session_state and "video_collection" in st.session_state:
|
|
|
242 |
def page_2():
|
243 |
add_background_image("bg2.jpg")
|
244 |
st.markdown("""
|
245 |
+
<div style="text-align: left; margin-left: 20px;">
|
246 |
+
<svg width="600" height="100">
|
247 |
+
<text x="0" y="50%" font-family="San serif" font-size="42px" fill="Black" stroke="white"
|
248 |
+
stroke-width="0.3" stroke-linejoin="round">Poss Assistant
|
249 |
+
</text>
|
250 |
+
</svg>
|
251 |
+
</div>
|
252 |
""", unsafe_allow_html=True)
|
253 |
|
254 |
if "image_collection" in st.session_state and "text_collection" in st.session_state and "video_collection" in st.session_state:
|