Spaces:
Sleeping
Sleeping
File size: 322 Bytes
df0c717 1c08bbf |
1 2 3 4 5 6 7 8 9 10 |
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="🖍️")
|