Spaces:
Running
Running
Update Legal ChatBot.py
Browse files- Legal ChatBot.py +1 -1
Legal ChatBot.py
CHANGED
@@ -172,7 +172,7 @@ def setup_ui():
|
|
172 |
|
173 |
|
174 |
st.success(
|
175 |
-
"Check out [Prompt Examples List](https://sattari.org/projects/) to
|
176 |
icon="✅",
|
177 |
)
|
178 |
if "messages" not in st.session_state:
|
|
|
172 |
|
173 |
|
174 |
st.success(
|
175 |
+
"Check out [Prompt Examples List](https://sattari.org/projects/) to know how to interact with this ChatBot 🤗 ",
|
176 |
icon="✅",
|
177 |
)
|
178 |
if "messages" not in st.session_state:
|