Spaces:
Running
Running
kuroiikimono
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -508,8 +508,9 @@ This translation app is useful for people who want to translate something or wan
|
|
508 |
f"removefolder/{temp_dir}/work_{st.session_state.count}")
|
509 |
|
510 |
st.balloons()
|
511 |
-
|
512 |
-
|
|
|
513 |
|
514 |
#--------------------------------------
|
515 |
|
|
|
508 |
f"removefolder/{temp_dir}/work_{st.session_state.count}")
|
509 |
|
510 |
st.balloons()
|
511 |
+
with st.container():
|
512 |
+
work_area1.empty()
|
513 |
+
work_area2.empty()
|
514 |
|
515 |
#--------------------------------------
|
516 |
|