JUNGU commited on
Commit
95ef2dc
·
1 Parent(s): 6dfbe67

Update app.py

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