James McCool commited on
Commit
f25eb0b
·
1 Parent(s): 7feab37

I don't know, maybe I need more indentation.

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -725,6 +725,8 @@ with tab3:
725
  worksheet.update([ncaaf_df.columns.values.tolist()] + ncaaf_df.values.tolist())
726
  st.write("Updated NCAAF SR IDs in Draft Guide Staging")
727
 
 
 
728
  with tab4:
729
  st.info("We will add this functionality as soon as we have the endpoints to make it work!")
730
 
 
725
  worksheet.update([ncaaf_df.columns.values.tolist()] + ncaaf_df.values.tolist())
726
  st.write("Updated NCAAF SR IDs in Draft Guide Staging")
727
 
728
+
729
+
730
  with tab4:
731
  st.info("We will add this functionality as soon as we have the endpoints to make it work!")
732