mehmet0001 commited on
Commit
5000488
·
verified ·
1 Parent(s): f18fe4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,5 +71,5 @@ if st.session_state.stage == "prompt-input":
71
  full_response += chunk + " "
72
  time.sleep(0.05)
73
  message_placeholder.markdown(full_response + "▌")
74
- message_placeholder.markdown(prompt + "\n\n" + full_response)
75
  st.session_state.messages.append({"role":"assistant","message":full_response})
 
71
  full_response += chunk + " "
72
  time.sleep(0.05)
73
  message_placeholder.markdown(full_response + "▌")
74
+ message_placeholder.markdown(full_response)
75
  st.session_state.messages.append({"role":"assistant","message":full_response})