Update app.py
Browse files
app.py
CHANGED
@@ -242,10 +242,10 @@ def page_1():
|
|
242 |
def page_2():
|
243 |
add_background_image("bg2.jpg")
|
244 |
st.markdown("""
|
245 |
-
<div style="text-align: left;
|
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.
|
249 |
</text>
|
250 |
</svg>
|
251 |
</div>
|
|
|
242 |
def page_2():
|
243 |
add_background_image("bg2.jpg")
|
244 |
st.markdown("""
|
245 |
+
<div style="text-align: left;">
|
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.1" stroke-linejoin="round">Poss Assistant
|
249 |
</text>
|
250 |
</svg>
|
251 |
</div>
|