siriuszeina commited on
Commit
7ed14c7
1 Parent(s): 414d9dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,2 +1,5 @@
1
  import streamlit as st
2
- st.write("hello world")
 
 
 
 
1
  import streamlit as st
2
+ import os
3
+ if os.path.exists("./output/"):
4
+ os.mkdir("./output/")
5
+ st.write(os.listdir("./"))