Spaces:
Build error
Build error
fix: rename title
Browse files
app.py
CHANGED
|
@@ -195,7 +195,7 @@ def get_chapters(consultation_url: str):
|
|
| 195 |
|
| 196 |
|
| 197 |
def specify_chapters():
|
| 198 |
-
st.title("Specify
|
| 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 |
)
|