kuroiikimono commited on
Commit
652c297
·
verified ·
1 Parent(s): c0acda3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -788,7 +788,9 @@ Try [ THIS app ](https://huggingface.co/spaces/kuroiikimono/Splitpdf_streamlit2)
788
  to = "unknown"
789
 
790
  st.info(f"translate to [ {language} ]")
791
-
 
 
792
  st.video("https://www.youtube.com/watch?v=L5T3VoB4qRA")
793
 
794
  st.session_state.target_lang = to
 
788
  to = "unknown"
789
 
790
  st.info(f"translate to [ {language} ]")
791
+
792
+ st.write("If you close the browser tab, all the files you uploaded and the files you are working on in the translation process will be completely deleted.\
793
+ If you try playing the YouTube video below and the sound stops, you will know that the browser tab has been closed or the connection has been lost.")
794
  st.video("https://www.youtube.com/watch?v=L5T3VoB4qRA")
795
 
796
  st.session_state.target_lang = to