Spaces:
Sleeping
Sleeping
testing v10
Browse files
app.py
CHANGED
@@ -105,6 +105,7 @@ def main():
|
|
105 |
|
106 |
with st.chat_message("assistant"):
|
107 |
st.markdown(response_text)
|
|
|
108 |
|
109 |
st.session_state.messages.append({"role": "assistant", "content": response_text})
|
110 |
|
|
|
105 |
|
106 |
with st.chat_message("assistant"):
|
107 |
st.markdown(response_text)
|
108 |
+
st.markdown(f"testing {prompt}")
|
109 |
|
110 |
st.session_state.messages.append({"role": "assistant", "content": response_text})
|
111 |
|