crazyscientist1 commited on
Commit
7d355ee
1 Parent(s): ae17668

Update appTest.py

Browse files
Files changed (1) hide show
  1. appTest.py +1 -1
appTest.py CHANGED
@@ -115,7 +115,7 @@ with outputIm:
115
  </style>
116
  """,unsafe_allow_html=True)
117
 
118
- colVals = st.beta_rows(7)
119
 
120
  total = len(cellImgs)
121
  print(cellImgs)
 
115
  </style>
116
  """,unsafe_allow_html=True)
117
 
118
+ colVals = st.beta_columns(7)
119
 
120
  total = len(cellImgs)
121
  print(cellImgs)