Docfile commited on
Commit
7f90415
·
verified ·
1 Parent(s): 522c285

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def main():
42
 
43
  # Affichage des résultats dans des sections distinctes
44
  st.subheader("Résultats")
45
-
46
  for part in response.candidates[0].content.parts:
47
  if part.thought:
48
  with st.expander("💭 Thoughts", expanded=True):
 
42
 
43
  # Affichage des résultats dans des sections distinctes
44
  st.subheader("Résultats")
45
+ print(response)
46
  for part in response.candidates[0].content.parts:
47
  if part.thought:
48
  with st.expander("💭 Thoughts", expanded=True):