Spaces:
Running
Running
Navigation
Browse files
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:
|
| 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
|
|
|
|
|
|