kcarnold commited on
Commit
865abea
·
1 Parent(s): b5b2127

Title for highlight-edits

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)