Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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("
|
| 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'],
|