kcarnold commited on
Commit
efaf817
·
1 Parent(s): 56b7810

link to my website from prototypes

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -5,7 +5,10 @@ API_SERVER = "https://tools.kenarnold.org/api"
5
 
6
  def landing():
7
  st.title("Writing Tools Prototypes")
8
- st.markdown("Click one of the links below to see a prototype in action.")
 
 
 
9
 
10
  st.page_link(rewrite_page, label="Rewrite with predictions", icon="📝")
11
  st.page_link(highlight_page, label="Highlight locations for possible edits", icon="🖍️")
 
5
 
6
  def landing():
7
  st.title("Writing Tools Prototypes")
8
+ st.markdown("""
9
+ by [Ken Arnold](https://kenarnold.org) and the [Thoughtful AI Tools Lab](https://thoughtful-ai.com/) at Calvin University, which also publishes the [Thoughtful add-in](https://app.thoughtful-ai.com) for Microsoft Word.
10
+
11
+ Click one of the links below to see a prototype in action.""")
12
 
13
  st.page_link(rewrite_page, label="Rewrite with predictions", icon="📝")
14
  st.page_link(highlight_page, label="Highlight locations for possible edits", icon="🖍️")