Update app.py
Browse files
app.py
CHANGED
|
@@ -220,7 +220,7 @@ elif prompt := st.chat_input("Type to ask a question or respond..."):
|
|
| 220 |
with st.chat_message("user"):
|
| 221 |
st.markdown(prompt)
|
| 222 |
|
| 223 |
-
if st.query_params["p"] = "5":
|
| 224 |
rate_limit_message = """
|
| 225 |
An error has occured with the chatbot. Please submit the conversation. Do not worry, this will not influence your compensation.
|
| 226 |
"""
|
|
|
|
| 220 |
with st.chat_message("user"):
|
| 221 |
st.markdown(prompt)
|
| 222 |
|
| 223 |
+
if st.query_params["p"] == "5":
|
| 224 |
rate_limit_message = """
|
| 225 |
An error has occured with the chatbot. Please submit the conversation. Do not worry, this will not influence your compensation.
|
| 226 |
"""
|