Skip to content

Commit 1d30e36

Browse files
committed
fix: update Italian text to English in main function prompts and comments
1 parent 1e8f28a commit 1d30e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ def main():
18511851
st.markdown(message["content"])
18521852

18531853
prompt = st.chat_input(
1854-
"Assessment completato. Vedi i risultati qui sopra.",
1854+
"Assessment completed. See the results above.",
18551855
disabled=st.session_state.conversation_completed,
18561856
)
18571857

@@ -1948,7 +1948,7 @@ def main():
19481948
else:
19491949
logger.debug("No financial profile available to display")
19501950
else:
1951-
# Gestiamo l'input dell'utente SOLO se c'è un prompt (quindi non è disabilitato)
1951+
# Handle user input ONLY if there is a prompt (i.e., not disabled)
19521952
if prompt:
19531953
logger.debug("User input received: %s", prompt[:100])
19541954

0 commit comments

Comments
 (0)