kcarnold commited on
Commit
1c08bbf
1 Parent(s): c41b2aa

Nav menu clarity

Browse files
Files changed (1) hide show
  1. Home.py +5 -2
Home.py CHANGED
@@ -2,5 +2,8 @@ import streamlit as st
2
 
3
  st.title("Writing Tools Prototypes")
4
 
5
- st.page_link("pages/1_Rewrite.py", label="Rewrite with predictions")
6
- st.page_link("pages/2_Highlights.py", label="Highlight locations for possible edits")
 
 
 
 
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
+