Spaces:
Runtime error
Runtime error
Commit
·
f436e74
1
Parent(s):
cb5c51d
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ import home
|
|
5 |
import contact
|
6 |
|
7 |
|
8 |
-
st.write('
|
9 |
-
st.write('##### This page created by [
|
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()
|