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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -242,11 +242,13 @@ def page_1():
242
  def page_2():
243
  add_background_image("bg2.jpg")
244
  st.markdown("""
245
- <svg width="600" height="100">
246
- <text x="50%" y="50%" font-family="San serif" font-size="42px" fill="Black" text-anchor="middle" stroke="white"
247
- stroke-width="0.3" stroke-linejoin="round">Poss Assistant
248
- </text>
249
- </svg>
 
 
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: