zizytd commited on
Commit
c81f4c0
·
verified ·
1 Parent(s): 92c3758

testing v10

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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