Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|