analytics-jiten commited on
Commit
8bc1ac0
·
1 Parent(s): 5701bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,7 +10,7 @@ st.write('##### This page created by [Jeetendra Pagwani](https://huggingface.co/
10
  st.markdown('---')
11
 
12
 
13
- selected = option_menu(None, ["Home", "Classifier","Contact"],
14
  icons=['house', 'cloud-upload', 'envelope-at-fill'],
15
  menu_icon="cast", default_index=0, orientation="horizontal",
16
  styles={
@@ -23,7 +23,7 @@ selected = option_menu(None, ["Home", "Classifier","Contact"],
23
 
24
  selected
25
 
26
- if selected == 'Classifier':
27
  classifier.run()
28
 
29
  elif selected == 'Home':
 
10
  st.markdown('---')
11
 
12
 
13
+ selected = option_menu(None, ["Home", "Emotions Detection","Contact"],
14
  icons=['house', 'cloud-upload', 'envelope-at-fill'],
15
  menu_icon="cast", default_index=0, orientation="horizontal",
16
  styles={
 
23
 
24
  selected
25
 
26
+ if selected == 'Emotions Detection':
27
  classifier.run()
28
 
29
  elif selected == 'Home':