Spaces:
Sleeping
Sleeping
Update titles
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ advanced_users = ['advanced']
|
|
234 |
# Landing page if user not logged in
|
235 |
if st.session_state['authentication_status'] is None:
|
236 |
# Landing page copy and banner
|
237 |
-
st.markdown('<h1 style="text-align: left;">Fly Situation Monitoring App
|
238 |
st.markdown('<h4 style="text-align: left;">Keeping You Informed, Keeping Flies at Bay</h4>', unsafe_allow_html=True)
|
239 |
st.write('\n')
|
240 |
st.write('\n')
|
@@ -295,7 +295,7 @@ if st.session_state['authentication_status']:
|
|
295 |
st.markdown('---')
|
296 |
|
297 |
# Camera locations
|
298 |
-
st.header("Smart
|
299 |
camera_locations = get_camera_locations(canteen)
|
300 |
st.map(camera_locations, size='size', zoom=18)
|
301 |
st.markdown('---')
|
@@ -383,7 +383,7 @@ if st.session_state['authentication_status']:
|
|
383 |
st.markdown('---')
|
384 |
|
385 |
# Camera locations
|
386 |
-
st.header("Smart
|
387 |
camera_locations = get_camera_locations(canteen)
|
388 |
st.map(camera_locations, size='size', zoom=18)
|
389 |
st.markdown('---')
|
|
|
234 |
# Landing page if user not logged in
|
235 |
if st.session_state['authentication_status'] is None:
|
236 |
# Landing page copy and banner
|
237 |
+
st.markdown('<h1 style="text-align: left;">Fly Situation Monitoring App 🪰</h1>', unsafe_allow_html=True)
|
238 |
st.markdown('<h4 style="text-align: left;">Keeping You Informed, Keeping Flies at Bay</h4>', unsafe_allow_html=True)
|
239 |
st.write('\n')
|
240 |
st.write('\n')
|
|
|
295 |
st.markdown('---')
|
296 |
|
297 |
# Camera locations
|
298 |
+
st.header("Smart Sensor Locations")
|
299 |
camera_locations = get_camera_locations(canteen)
|
300 |
st.map(camera_locations, size='size', zoom=18)
|
301 |
st.markdown('---')
|
|
|
383 |
st.markdown('---')
|
384 |
|
385 |
# Camera locations
|
386 |
+
st.header("Smart Sensor Locations")
|
387 |
camera_locations = get_camera_locations(canteen)
|
388 |
st.map(camera_locations, size='size', zoom=18)
|
389 |
st.markdown('---')
|