Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ def page_2():
|
|
246 |
st.markdown("""
|
247 |
<div style="text-align: left;">
|
248 |
<svg width="600" height="100">
|
249 |
-
<text x="0" y="50%" font-family="San serif" font-size="42px" fill="Black" stroke="white"
|
250 |
stroke-width="0.1" stroke-linejoin="round">Poss Assistant
|
251 |
</text>
|
252 |
</svg>
|
|
|
246 |
st.markdown("""
|
247 |
<div style="text-align: left;">
|
248 |
<svg width="600" height="100">
|
249 |
+
<text x="0" y="50%" font-family="San serif" font-size="42px" fill="Black" text-anchor="middle" stroke="white"
|
250 |
stroke-width="0.1" stroke-linejoin="round">Poss Assistant
|
251 |
</text>
|
252 |
</svg>
|