Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -151,11 +151,11 @@ with prompt_placeholder:
|
|
151 |
on_click=on_click_callback,
|
152 |
)
|
153 |
|
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("""
|
161 |
<script>
|
|
|
151 |
on_click=on_click_callback,
|
152 |
)
|
153 |
|
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("""
|
161 |
<script>
|