Spaces:
Runtime error
Runtime error
File size: 581 Bytes
422eddd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
## Just A bit of Maths
import streamlit as st
import streamlit_book as stb
stb.set_book_config(
menu_title="A bite of Maths",
menu_icon="lightbulb",
options=[
"CH1: Learn from scratch",
"CH2: Learn graduately"
],
paths=[
"pages/pages/1_Learning_from_scratch.py",
"pages/pages/2_Learning_graduately.py"
],
) |