test
Browse files
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:
|