ghuman7 commited on
Commit
5bad3e2
1 Parent(s): e738862

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -21
app.py CHANGED
@@ -20,28 +20,28 @@ from ui_components import CUSTOM_CSS, HEADER_HTML, DISCLAIMER_HTML
20
 
21
  TAB_STRUCTURE = [
22
  ("Visual Analysis", [
23
- ("Emotional Face Expressions", create_face_expressions_tab),
24
- ("FACS for Stress, Anxiety, Depression", create_facs_analysis_sad_tab),
25
- ("Gaze Estimation", create_gaze_estimation_tab),
26
- ("Head Posture", create_head_posture_tab),
27
- ("Blink Rate", create_blink_tab),
28
- ("Sleep Quality", create_sleep_quality_tab),
29
- ("Heart Rate Variability", create_hrv_tab),
30
- ("Body Movement", create_body_movement_tab),
31
- ("Posture", create_posture_analysis_tab),
32
- ("Skin", create_skin_conductance_tab)
33
  ]),
34
- ("Speech Analysis", [
35
- ("Speech Stress", create_voice_stress_tab),
36
- ("Speech Emotion", create_emotion_recognition_tab)
37
- ]),
38
- ("Text Analysis", [
39
- ("Sentiment", create_sentiment_tab),
40
- ("Emotion", create_emotion_tab),
41
- ("Roberta Mental Health Chatbot", create_roberta_chatbot_tab)
42
- ]),
43
- ("Brain Analysis (coming soon)", [
44
- ])
45
  ]
46
 
47
  def create_demo():
 
20
 
21
  TAB_STRUCTURE = [
22
  ("Visual Analysis", [
23
+ # ("Emotional Face Expressions", create_face_expressions_tab),
24
+ ("FACS for Stress, Anxiety, Depression", create_facs_analysis_sad_tab)
25
+ # ("Gaze Estimation", create_gaze_estimation_tab),
26
+ # ("Head Posture", create_head_posture_tab),
27
+ # ("Blink Rate", create_blink_tab),
28
+ # ("Sleep Quality", create_sleep_quality_tab),
29
+ # ("Heart Rate Variability", create_hrv_tab),
30
+ # ("Body Movement", create_body_movement_tab),
31
+ # ("Posture", create_posture_analysis_tab),
32
+ # ("Skin", create_skin_conductance_tab)
33
  ]),
34
+ # ("Speech Analysis", [
35
+ # ("Speech Stress", create_voice_stress_tab),
36
+ # ("Speech Emotion", create_emotion_recognition_tab)
37
+ # ]),
38
+ # ("Text Analysis", [
39
+ # ("Sentiment", create_sentiment_tab),
40
+ # ("Emotion", create_emotion_tab),
41
+ # ("Roberta Mental Health Chatbot", create_roberta_chatbot_tab)
42
+ # ]),
43
+ # ("Brain Analysis (coming soon)", [
44
+ # ])
45
  ]
46
 
47
  def create_demo():