Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -127,6 +127,7 @@ with st.sidebar:
|
|
127 |
web_url = st.text_input("Web Link: ")
|
128 |
if st.button("Submit & Process"):
|
129 |
with st.spinner("Processing..."):
|
|
|
130 |
if len(os.listdir(DATA_DIR)) !=0:
|
131 |
remove_old_files()
|
132 |
if uploaded_file:
|
|
|
127 |
web_url = st.text_input("Web Link: ")
|
128 |
if st.button("Submit & Process"):
|
129 |
with st.spinner("Processing..."):
|
130 |
+
st.session_state["console_out"] = ""
|
131 |
if len(os.listdir(DATA_DIR)) !=0:
|
132 |
remove_old_files()
|
133 |
if uploaded_file:
|