lhofstetter commited on
Commit
a815e4b
·
verified ·
1 Parent(s): 13eba82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import streamlit as st
2
  import os
 
 
 
3
  st.title('Hello Urs')
4
  st.text(os.getcwd())
5
- st.image('/home/user/app/2022_04_09, 02_51_32_757135.png')
 
1
  import streamlit as st
2
  import os
3
+ import glob
4
+
5
+
6
  st.title('Hello Urs')
7
  st.text(os.getcwd())
8
+ st.text(glob.glob(f'{os.getcwd()}/*.png')[0])