Spaces:
Running
Running
link to my website from prototypes
Browse files
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("
|
|
|
|
|
|
|
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="🖍️")
|