Spaces:
Running
Running
Title for highlight-edits
Browse files
app.py
CHANGED
|
@@ -73,6 +73,8 @@ def rewrite_with_predictions():
|
|
| 73 |
|
| 74 |
|
| 75 |
def highlight_edits():
|
|
|
|
|
|
|
| 76 |
import html
|
| 77 |
prompt = get_prompt()
|
| 78 |
st.write("Prompt:", prompt)
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
def highlight_edits():
|
| 76 |
+
st.title("Highlight locations for possible edits")
|
| 77 |
+
|
| 78 |
import html
|
| 79 |
prompt = get_prompt()
|
| 80 |
st.write("Prompt:", prompt)
|