mahynski commited on
Commit
5e7f237
·
1 Parent(s): 9ee17c5
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -65,6 +65,8 @@ 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
+ print('hello')
69
+
70
  with col2:
71
  if uploaded_file is not None:
72
  # Display the pdf