samiee2213 commited on
Commit
e31f7e0
1 Parent(s): 3c1271f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -736,7 +736,7 @@ def generate_insights(session):
736
  })
737
 
738
  return conversation_summary, mood_df
739
- '''
740
  if page == "Today":
741
  # CSS Injection
742
  st.markdown('''
@@ -920,7 +920,7 @@ if page == "Today":
920
  </div>
921
  </div>
922
  ''', unsafe_allow_html=True)
923
- '''
924
 
925
  elif page == "Sessions":
926
  st.subheader("Sessions")
 
736
  })
737
 
738
  return conversation_summary, mood_df
739
+
740
  if page == "Today":
741
  # CSS Injection
742
  st.markdown('''
 
920
  </div>
921
  </div>
922
  ''', unsafe_allow_html=True)
923
+
924
 
925
  elif page == "Sessions":
926
  st.subheader("Sessions")