Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
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("""
|