Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def display_app_header():
|
|
65 |
"""Display the header of the Streamlit app."""
|
66 |
st.title("EAD Generation")
|
67 |
#st.subheader("Tries")
|
68 |
-
|
69 |
# Add a description of the app
|
70 |
st.markdown("""This app allows you to generate EAD/XML archival descriptions. See this serie of blog posts for explanations :""")
|
71 |
st.markdown("""
|
|
|
65 |
"""Display the header of the Streamlit app."""
|
66 |
st.title("EAD Generation")
|
67 |
#st.subheader("Tries")
|
68 |
+
st.markdown("---")
|
69 |
# Add a description of the app
|
70 |
st.markdown("""This app allows you to generate EAD/XML archival descriptions. See this serie of blog posts for explanations :""")
|
71 |
st.markdown("""
|