GradApplicationDocuments commited on
Commit
ec33221
β€’
1 Parent(s): 186d8ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def main():
116
  st.title("Academic Application Document Classifier")
117
  st.header("Is it human-made πŸ“ or Enhanced with AI πŸ€– ? ")
118
 
119
- st.markdown('AI-generated content has reached an unprecedented level of realism. The models on this website focus on identifying AI-enhanced application materials, such as Statements of Intent (SOI) and Letters of Recommendation (LOR). These models were trained using real-world SOIs and LORs, alongside a revised version of each that has been generated through AI.')
120
  # Check the model to use
121
  def restore_prediction_state():
122
  if "prediction" in st.session_state:
 
116
  st.title("Academic Application Document Classifier")
117
  st.header("Is it human-made πŸ“ or Enhanced with AI πŸ€– ? ")
118
 
119
+ st.markdown('AI-generated content has reached an unprecedented level of realism. The models on this website focus on identifying AI-enhanced and AI-generated application materials, such as Statements of Intent (SOI) and Letters of Recommendation (LOR). These models were trained using real-world SOIs and LORs, alongside a revised version and a generated version of each that has been created through AI.')
120
  # Check the model to use
121
  def restore_prediction_state():
122
  if "prediction" in st.session_state: