achmaddhani commited on
Commit
5170e5e
·
1 Parent(s): 1e3d57c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -1,9 +1,5 @@
1
  '''
2
- Phase 2 Graded Challenge 7
3
-
4
- Nama : Achmad Dhani
5
-
6
- Batch : HCK-009
7
 
8
  Objective : Creating a main page of the webapps.
9
  '''
@@ -18,9 +14,7 @@ page = st.sidebar.selectbox(label='Select Page:', options=['Home Page', 'Explora
18
  if page == 'Home Page':
19
  st.header('Home Page')
20
  st.write('')
21
- st.write('Phase 2 Graded Challenge 7')
22
  st.write('Name : Achmad Dhani')
23
- st.write('Batch : HCK-009')
24
  st.markdown('Dataset: [Emotion Dataset](https://www.kaggle.com/datasets/abdallahwagih/emotion-dataset)')
25
  st.write("Objective : Mental health is important and a lot of people either doubt or confused regarding in what they are feeling. Validation helps as a reassurance for a lot of people, giving them affirmation by knowing that others shares those same feelings. Employing NLP machine learning with high accuracy will efficiently classify emotions in the hopes to make a person's day a brighter.")
26
  st.write('')
 
1
  '''
2
+ Achmad Dhani
 
 
 
 
3
 
4
  Objective : Creating a main page of the webapps.
5
  '''
 
14
  if page == 'Home Page':
15
  st.header('Home Page')
16
  st.write('')
 
17
  st.write('Name : Achmad Dhani')
 
18
  st.markdown('Dataset: [Emotion Dataset](https://www.kaggle.com/datasets/abdallahwagih/emotion-dataset)')
19
  st.write("Objective : Mental health is important and a lot of people either doubt or confused regarding in what they are feeling. Validation helps as a reassurance for a lot of people, giving them affirmation by knowing that others shares those same feelings. Employing NLP machine learning with high accuracy will efficiently classify emotions in the hopes to make a person's day a brighter.")
20
  st.write('')