georad commited on
Commit
85a1488
·
verified ·
1 Parent(s): 997b818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +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
- df_chapters.head()
17
 
18
 
19
 
 
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
+ st.write(df_chapters.head())
17
 
18
 
19