jaifar530 commited on
Commit
24ff7ed
·
unverified ·
1 Parent(s): 23a0b81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with st.expander("Aim and Objectives"):
144
  # System Details
145
  with st.expander("How does the system work?"):
146
  st.write("""
147
- The system is trained using a CNN model on a dataset of 140,546 paragraphs, varying in length from 10 to 500 words.
148
  It achieves an accuracy of 0.9964 with a validation loss of 0.094.
149
  """)
150
 
 
144
  # System Details
145
  with st.expander("How does the system work?"):
146
  st.write("""
147
+ The system is trained using deep learning model on a dataset of 140,546 paragraphs, varying in length from 10 to 1090 words.
148
  It achieves an accuracy of 0.9964 with a validation loss of 0.094.
149
  """)
150