Skip to content

Commit

Permalink
Update streamlit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chourmovs authored Oct 14, 2024
1 parent 8cb5fbd commit c8dac78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

with col6:
if st.button("Blissify Update", key="blissify_update_button"):
st.session_state.console_output = "Démarrage de l'analyse Blissify...\n"
st.session_state.console_output = "Démarrage de l'analyse Blissify...\n"
sse_url = "http://localhost:3000/blissify-update"
response = requests.get(sse_url, stream=True)

Expand Down

0 comments on commit c8dac78

Please sign in to comment.