Spaces:
Build error
Build error
Thomas Chaigneau
commited on
Commit
·
c36a64f
1
Parent(s):
30921eb
remove translation counter
Browse files
main.py
CHANGED
@@ -83,6 +83,5 @@ else:
|
|
83 |
progress_bar.progress((i + 1) / total_progress)
|
84 |
|
85 |
st.success("🗣️ Translated!")
|
86 |
-
st.session_state["translation_count"] += 1
|
87 |
st.write(f"**Translation:** {' '.join(text_to_translate)}")
|
88 |
st.download_button("Download translated text", "\n".join(text_to_translate), "text/plain")
|
|
|
83 |
progress_bar.progress((i + 1) / total_progress)
|
84 |
|
85 |
st.success("🗣️ Translated!")
|
|
|
86 |
st.write(f"**Translation:** {' '.join(text_to_translate)}")
|
87 |
st.download_button("Download translated text", "\n".join(text_to_translate), "text/plain")
|