Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,12 @@ def setup_page():
|
|
| 11 |
with st.spinner("In progress..."):
|
| 12 |
hf_token = os.getenv('HF_TOKEN')
|
| 13 |
df_chapters = pd.read_csv("SBS_V2_0/Chapter_Index_Rows_with_total.csv")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
if __name__ == "__main__":
|
| 16 |
st.set_page_config(page_title="Sticky Header test", layout="wide")
|
|
|
|
| 11 |
with st.spinner("In progress..."):
|
| 12 |
hf_token = os.getenv('HF_TOKEN')
|
| 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 |
+
|
| 19 |
+
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|
| 22 |
st.set_page_config(page_title="Sticky Header test", layout="wide")
|