analytics-jiten commited on
Commit
f436e74
·
1 Parent(s): cb5c51d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -5,8 +5,8 @@ import home
5
  import contact
6
 
7
 
8
- st.write('### Mechanical Parts Classifier')
9
- st.write('##### This page created by [Abi Sugiri](https://github.com/abisugiri)')
10
  st.markdown('---')
11
 
12
 
@@ -21,7 +21,6 @@ selected = option_menu(None, ["Home", "Classifier","Contact"],
21
  )
22
 
23
  selected
24
-
25
 
26
  if selected == 'Classifier':
27
  classifier.run()
 
5
  import contact
6
 
7
 
8
+ st.write('Facial Emotions/Expressions Detection Tool (using image upload)')
9
+ st.write('##### This page created by [Jeetendra Pagwani](https://huggingface.co/analytics-jiten)')
10
  st.markdown('---')
11
 
12
 
 
21
  )
22
 
23
  selected
 
24
 
25
  if selected == 'Classifier':
26
  classifier.run()