JUNGU commited on
Commit
6dfbe67
·
1 Parent(s): 706d4aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with prompt_placeholder:
154
  credit_card_placeholder.caption(f"""
155
  Used {st.session_state.token_count} tokens \n
156
  Debug Langchain conversation:
157
- {st.session_state.conversation.memory.buffer}
158
  """)
159
 
160
  components.html("""
 
154
  credit_card_placeholder.caption(f"""
155
  Used {st.session_state.token_count} tokens \n
156
  Debug Langchain conversation:
157
+ {st.session_state.chain.memory.buffer}
158
  """)
159
 
160
  components.html("""