fehmikaya commited on
Commit
7138439
·
verified ·
1 Parent(s): d81ee94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: