Skip to content

Commit

Permalink
Update trapheusai_app.py
Browse files Browse the repository at this point in the history
Updating download success prompt
  • Loading branch information
bazzyadb committed Oct 29, 2023
1 parent 9f41f7e commit d7e2f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/TrapheusAI/trapheusai_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def style_page():
streamlit.markdown(style, unsafe_allow_html=True)

def showDownloadMessage():
streamlit.success("Downloading dataset to system")
streamlit.success("Your dataset has been saved")


if __name__ == "__main__":
Expand Down

0 comments on commit d7e2f07

Please sign in to comment.