mahynski commited on
Commit
8eec1ee
·
1 Parent(s): 29dea6a
Files changed (1) hide show
  1. app.py +3 -0
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