Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,10 +87,13 @@ def reset_conversation():
|
|
87 |
st.session_state.memory.clear()
|
88 |
|
89 |
# Add the PDF button just above the chat input
|
90 |
-
st.markdown(
|
91 |
-
|
92 |
-
|
93 |
-
)
|
|
|
|
|
|
|
94 |
|
95 |
# Display previous messages
|
96 |
for message in st.session_state.messages:
|
|
|
87 |
st.session_state.memory.clear()
|
88 |
|
89 |
# Add the PDF button just above the chat input
|
90 |
+
st.markdown("""
|
91 |
+
### Useful PDFs
|
92 |
+
- [π Commercial Court Rules and Forms](https://drive.google.com/file/d/1puzlPMT7fTt4utWJaGlFtOjW38CoFctc/view?usp=drive_link)
|
93 |
+
- [π Bail-Bond](https://drive.google.com/file/d/1uRlT7Yo_2jemxs5aRyvHzoLgeS7S81Vn/view?usp=drive_link)
|
94 |
+
- [π Inspection Form](https://drive.google.com/file/d/1Ib-RC4xPMqZVl7YgVES3Vb47Rb42W83s/view?usp=drive_link)
|
95 |
+
- [π Additional PDF](https://drive.google.com/file/d/1Xkq64r4Id8qSyb5woVzdvArhzUxvKJk8/view?usp=drive_link)
|
96 |
+
""", unsafe_allow_html=True)
|
97 |
|
98 |
# Display previous messages
|
99 |
for message in st.session_state.messages:
|