Update app.py
Browse files
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):
|