rairo commited on
Commit
67afffb
·
verified ·
1 Parent(s): 9a46e08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,7 +64,7 @@ def fetch_user_profile_from_firebase(user_id):
64
  # Function for user authentication
65
  def user_authentication():
66
  # Add image and title
67
- st.image("ecomp.png", width=200)
68
  st.title("E-Complaint")
69
 
70
  st.header("Admin Dashboard")
@@ -110,7 +110,7 @@ def main():
110
 
111
  # Sidebar
112
  st.sidebar.title("E-complaint")
113
- st.sidebar.image("ecomp.png", use_column_width=True)
114
 
115
  with st.sidebar:
116
  tabs = on_hover_tabs(tabName=['Dashboard', 'Map', 'Chat'],
 
64
  # Function for user authentication
65
  def user_authentication():
66
  # Add image and title
67
+ st.image("ecomp1.jpg", width=200)
68
  st.title("E-Complaint")
69
 
70
  st.header("Admin Dashboard")
 
110
 
111
  # Sidebar
112
  st.sidebar.title("E-complaint")
113
+ st.sidebar.image("ecomp1.jpg", use_column_width=True)
114
 
115
  with st.sidebar:
116
  tabs = on_hover_tabs(tabName=['Dashboard', 'Map', 'Chat'],