cjber commited on
Commit
b6b42bc
·
1 Parent(s): 407dd62

fix: rename title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ def get_chapters(consultation_url: str):
195
 
196
 
197
  def specify_chapters():
198
- st.title("Specify Chapters")
199
  st.write(
200
  "Please specify the Consultation Document URL from the Consultation Hub. This will autopopulate the chapter headings for the final document. \n\n**Please ensure that the final chapter headings are correct.**"
201
  )
 
195
 
196
 
197
  def specify_chapters():
198
+ st.title("Specify Document")
199
  st.write(
200
  "Please specify the Consultation Document URL from the Consultation Hub. This will autopopulate the chapter headings for the final document. \n\n**Please ensure that the final chapter headings are correct.**"
201
  )