Update app.py
Browse files
app.py
CHANGED
@@ -124,8 +124,8 @@ st.markdown("""
|
|
124 |
|
125 |
|
126 |
# Streamlit app layout
|
127 |
-
st.markdown('<p class="custom-header">
|
128 |
-
st.markdown('<p class="custom-text">This is the source of truth for app approval statuses
|
129 |
|
130 |
|
131 |
|
|
|
124 |
|
125 |
|
126 |
# Streamlit app layout
|
127 |
+
st.markdown('<p class="custom-header">Sample Maryland Approved Software Product Catalog</p>', unsafe_allow_html=True)
|
128 |
+
st.markdown('<p class="custom-text">This is the source of truth for app approval statuses.</p>', unsafe_allow_html=True)
|
129 |
|
130 |
|
131 |
|