eagle0504 commited on
Commit
f9e956f
·
verified ·
1 Parent(s): 5afc8c5

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -137,6 +137,7 @@ if user_input:
137
  with st.spinner("Thinking..."):
138
  try:
139
  full_response = call_perplexity_api(user_input)
 
140
  full_response_json = json.loads(full_response["choices"][0]["message"]["content"])
141
  st.subheader("🤔 Reasoning")
142
  if full_response_json.think:
 
137
  with st.spinner("Thinking..."):
138
  try:
139
  full_response = call_perplexity_api(user_input)
140
+ st.write(full_response)
141
  full_response_json = json.loads(full_response["choices"][0]["message"]["content"])
142
  st.subheader("🤔 Reasoning")
143
  if full_response_json.think: