Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kcarnold
/
highlight-edits
like
0
Sleeping
App
Files
Files
Community
df0c717
highlight-edits
/
Home.py
kcarnold
Navigation
df0c717
6 months ago
raw
Copy download link
history
blame
Safe
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"
)