We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8f28a commit 1d30e36Copy full SHA for 1d30e36
app.py
@@ -1851,7 +1851,7 @@ def main():
1851
st.markdown(message["content"])
1852
1853
prompt = st.chat_input(
1854
- "Assessment completato. Vedi i risultati qui sopra.",
+ "Assessment completed. See the results above.",
1855
disabled=st.session_state.conversation_completed,
1856
)
1857
@@ -1948,7 +1948,7 @@ def main():
1948
else:
1949
logger.debug("No financial profile available to display")
1950
1951
- # Gestiamo l'input dell'utente SOLO se c'è un prompt (quindi non è disabilitato)
+ # Handle user input ONLY if there is a prompt (i.e., not disabled)
1952
if prompt:
1953
logger.debug("User input received: %s", prompt[:100])
1954
0 commit comments