kcarnold commited on
Commit
df0c717
1 Parent(s): 723512c

Navigation

Browse files
Files changed (3) hide show
  1. Home.py +6 -0
  2. README.md +1 -1
  3. app.py +0 -1
Home.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ 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")
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: yellow
5
  colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.33.0
8
- app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
 
5
  colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.33.0
8
+ app_file: Home.py
9
  pinned: false
10
  license: mit
11
  ---
app.py DELETED
@@ -1 +0,0 @@
1
- import streamlit as st