highlight-edits / Home.py
kcarnold's picture
Navigation
df0c717
raw
history blame
No virus
217 Bytes
import streamlit as st
st.title("Writing Tools Prototypes")
st.page_link("pages/1_Rewrite.py", label="Rewrite with predictions")
st.page_link("pages/2_Highlights.py", label="Highlight locations for possible edits")