mahynski commited on
Commit
8ad7da6
·
1 Parent(s): 40e5f2c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with st.sidebar:
64
  col1, col2 = st.columns(2)
65
 
66
  with col1:
67
- st.write('testing')
68
 
69
  with col2:
70
  if uploaded_file is not None:
 
64
  col1, col2 = st.columns(2)
65
 
66
  with col1:
67
+ st.write('testing', uploaded_file)
68
 
69
  with col2:
70
  if uploaded_file is not None: