highlight-edits / Home.py
kcarnold's picture
Nav menu clarity
1c08bbf
raw history blame
No virus
322 Bytes
import streamlit as st
st.title("Writing Tools Prototypes")
st.markdown("Click one of the links below to see a prototype in action.")
st.page_link("pages/1_Rewrite.py", label="Rewrite with predictions", icon="πŸ“")
st.page_link("pages/2_Highlights.py", label="Highlight locations for possible edits", icon="πŸ–οΈ")