Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,6 @@ st.markdown("""
|
|
152 |
|
153 |
# Title and description
|
154 |
st.title("22nd Century")
|
155 |
-
st.markdown("Upload your document and ask questions to determine GASB compliance")
|
156 |
|
157 |
# Initialize session state for chat history
|
158 |
if 'messages' not in st.session_state:
|
|
|
152 |
|
153 |
# Title and description
|
154 |
st.title("22nd Century")
|
|
|
155 |
|
156 |
# Initialize session state for chat history
|
157 |
if 'messages' not in st.session_state:
|