Skip to content

Instantly share code, notes, and snippets.

View alexcg1's full-sized avatar

Alex Cureton-Griffiths alexcg1

View GitHub Profile
@jeremyjordan
jeremyjordan / pages.py
Last active July 22, 2023 13:13
Streamlit Paginated Example
import numpy as np
import streamlit as st
from .streamlit_utils import SessionState
session_state = SessionState.get(page=1)
def main():
# Render the readme as markdown using st.markdown.