Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ def page_1():
|
|
205 |
# st.set_page_config(layout='wide', page_title="Virtual Tutor")
|
206 |
st.markdown("""
|
207 |
<svg width="600" height="100">
|
208 |
-
<text x="50%" y="50%" font-family="San serif" font-size="42px" fill="Black" text-anchor="middle" stroke="
|
209 |
stroke-width="0.3" stroke-linejoin="round">ADMIN - UPLOAD
|
210 |
</text>
|
211 |
</svg>
|
@@ -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"
|
250 |
stroke-width="0.1" stroke-linejoin="round">Poss Assistant
|
251 |
</text>
|
252 |
</svg>
|
|
|
205 |
# st.set_page_config(layout='wide', page_title="Virtual Tutor")
|
206 |
st.markdown("""
|
207 |
<svg width="600" height="100">
|
208 |
+
<text x="50%" y="50%" font-family="San serif" font-size="42px" fill="Black" text-anchor="middle" stroke="Black"
|
209 |
stroke-width="0.3" stroke-linejoin="round">ADMIN - UPLOAD
|
210 |
</text>
|
211 |
</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" stroke="white"
|
250 |
stroke-width="0.1" stroke-linejoin="round">Poss Assistant
|
251 |
</text>
|
252 |
</svg>
|