Spaces:
Sleeping
Sleeping
Nav menu clarity
Browse files
Home.py
CHANGED
@@ -2,5 +2,8 @@ import streamlit as st
|
|
2 |
|
3 |
st.title("Writing Tools Prototypes")
|
4 |
|
5 |
-
st.
|
6 |
-
|
|
|
|
|
|
|
|
2 |
|
3 |
st.title("Writing Tools Prototypes")
|
4 |
|
5 |
+
st.markdown("Click one of the links below to see a prototype in action.")
|
6 |
+
|
7 |
+
st.page_link("pages/1_Rewrite.py", label="Rewrite with predictions", icon="📝")
|
8 |
+
st.page_link("pages/2_Highlights.py", label="Highlight locations for possible edits", icon="🖍️")
|
9 |
+
|