Spaces:
Runtime error
Runtime error
Commit
·
bd70fdf
1
Parent(s):
89b174d
prompting okay good
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ if st.button("Lancer l'analyse"):
|
|
130 |
st.json(result['result'], expanded=True)
|
131 |
|
132 |
# Afficher le prompt final
|
133 |
-
st.subheader("Prompt final")
|
134 |
st.write(result['prompt'])
|
135 |
|
136 |
except Exception as e:
|
|
|
130 |
st.json(result['result'], expanded=True)
|
131 |
|
132 |
# Afficher le prompt final
|
133 |
+
st.subheader("Prompt final envoyé au modèle")
|
134 |
st.write(result['prompt'])
|
135 |
|
136 |
except Exception as e:
|