joyson072 commited on
Commit
efcc2eb
·
1 Parent(s): d901f25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,7 +16,6 @@ import os
16
  import streamlit as st
17
  from streamlit_chat import message
18
 
19
- #@model_validator(pre=False, skip_on_failure=True)
20
  st.title("Welcome to ExamPrepBot")
21
 
22
  if 'responses' not in st.session_state:
 
16
  import streamlit as st
17
  from streamlit_chat import message
18
 
 
19
  st.title("Welcome to ExamPrepBot")
20
 
21
  if 'responses' not in st.session_state: