TpsNandhini commited on
Commit
e359c02
1 Parent(s): 6a095d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -138,9 +138,7 @@ st.markdown("""
138
 
139
  # Login page
140
  def login():
141
- st.image("performance prediction.jpeg", use_column_width=True)
142
- st.markdown('<p class="big-font">Performance Nexus Login</p>', unsafe_allow_html=True)
143
-
144
 
145
  col1, col2, col3 = st.columns([1, 2, 1])
146
 
@@ -243,10 +241,12 @@ def reset_password_page():
243
  st.session_state.current_page = 'login'
244
  st.experimental_rerun()
245
 
246
- rotating_images = ["path_to_image1.png", "path_to_image2.png", "path_to_image3.png"]
247
 
248
  def home_page():
249
- st.title(f"Welcome to the Performance Nexus Dashboard, {st.session_state.username}!")
 
 
250
 
251
  # Display rotating images
252
  for image_path in rotating_images:
 
138
 
139
  # Login page
140
  def login():
141
+ st.markdown('<p class="big-font">Performance Nexus 🎯</p>', unsafe_allow_html=True)
 
 
142
 
143
  col1, col2, col3 = st.columns([1, 2, 1])
144
 
 
241
  st.session_state.current_page = 'login'
242
  st.experimental_rerun()
243
 
244
+ rotating_images = ["homepageimage1.webp", "homepageimage2.webp", "homepageimage3.png"]
245
 
246
  def home_page():
247
+ st.markdown('<p style="color: #1E88E5; font-size: 24px; font-weight: bold; text-align: center;">'
248
+ f'Welcome to the Performance Nexus Dashboard, {st.session_state.username}!</p>',
249
+ unsafe_allow_html=True)
250
 
251
  # Display rotating images
252
  for image_path in rotating_images: