princeml commited on
Commit
2177f53
1 Parent(s): c02f3ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -65,7 +65,6 @@ def main():
65
  st.title("Real Time Face Emotion Detection Application")
66
  activiteis = ["Home", "Webcam Face Detection", "About"]
67
  choice = st.sidebar.selectbox("Select Activity", activiteis)
68
- st.sidebar.markdown(
69
 
70
  if choice == "Home":
71
  html_temp_home1 = """<div style="background-color:#6D7B8D;padding:10px">
 
65
  st.title("Real Time Face Emotion Detection Application")
66
  activiteis = ["Home", "Webcam Face Detection", "About"]
67
  choice = st.sidebar.selectbox("Select Activity", activiteis)
 
68
 
69
  if choice == "Home":
70
  html_temp_home1 = """<div style="background-color:#6D7B8D;padding:10px">