vraman54 commited on
Commit
0d7054a
1 Parent(s): de0fa1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ if prompt := st.chat_input("Ask me anything!"):
63
  msg_placeholder.markdown("Thinking...")
64
  full_response = ""
65
  full_response_string = []
66
- for response in app.chat(prompt):
67
  msg_placeholder.empty()
68
  full_response += response
69
  full_response_string.clear()
 
63
  msg_placeholder.markdown("Thinking...")
64
  full_response = ""
65
  full_response_string = []
66
+ for response in app.chat(prompt, citations = False):
67
  msg_placeholder.empty()
68
  full_response += response
69
  full_response_string.clear()