Spaces:
Running
Running
File size: 217 Bytes
df0c717 |
1 2 3 4 5 6 7 |
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")
|