test
Browse files
app.py
CHANGED
@@ -65,6 +65,9 @@ def main():
|
|
65 |
global uploaded_file
|
66 |
col1, col2 = st.columns(2)
|
67 |
|
|
|
|
|
|
|
68 |
with col2:
|
69 |
if uploaded_file is not None:
|
70 |
# Display the pdf
|
|
|
65 |
global uploaded_file
|
66 |
col1, col2 = st.columns(2)
|
67 |
|
68 |
+
with col1:
|
69 |
+
st.write('testing')
|
70 |
+
|
71 |
with col2:
|
72 |
if uploaded_file is not None:
|
73 |
# Display the pdf
|