NEXAS commited on
Commit
081e551
·
verified ·
1 Parent(s): f418b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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; 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>
 
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>