georad commited on
Commit
997b818
·
verified ·
1 Parent(s): 50ff30b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ def setup_page():
13
  df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows_with_total.csv")
14
  st.image("images/SBS_Chapter_Index.png", use_container_width=True)
15
  st.subheader("Select specific Chapter for quicker results")
 
16
 
17
 
18
 
 
13
  df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows_with_total.csv")
14
  st.image("images/SBS_Chapter_Index.png", use_container_width=True)
15
  st.subheader("Select specific Chapter for quicker results")
16
+ df_chapters.head()
17
 
18
 
19