achmaddhani commited on
Commit
54ed126
·
1 Parent(s): 128069b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ if page == 'Home Page':
31
  #============================= Background Info ==========================
32
 
33
  with st.expander("Background Information"):
34
- st.caption("The dataset is obtained from keggle. It has 5937 entries with 2 object columns. The columns consist of data of people's comments and the respective emotion")
35
 
36
  #============================= Work Flow ================================
37
 
 
31
  #============================= Background Info ==========================
32
 
33
  with st.expander("Background Information"):
34
+ st.caption("The dataset is obtained from keggle. It has 5937 entries with 2 object columns. The columns consist of data of people's comments and their each respective emotion")
35
 
36
  #============================= Work Flow ================================
37