cleanup
Browse files
app.py
CHANGED
@@ -65,8 +65,6 @@ def main():
|
|
65 |
global uploaded_file
|
66 |
col1, col2 = st.columns(2)
|
67 |
|
68 |
-
print('hello')
|
69 |
-
|
70 |
with col2:
|
71 |
if uploaded_file is not None:
|
72 |
# Display the pdf
|
|
|
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
|