Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -171,6 +171,11 @@ with col2:
|
|
171 |
if st.button("Additional PDF 📄", key="apdf", help="Open PDF", use_container_width=True):
|
172 |
st.markdown("[Open PDF](https://drive.google.com/file/d/1LY1-R9chmd_I7Tf3iC4jNZ5dHRFFkjaV/view?usp=sharing)", unsafe_allow_html=True)
|
173 |
|
|
|
|
|
|
|
|
|
|
|
174 |
# Add CSS for the button styling
|
175 |
st.markdown("""
|
176 |
<style>
|
|
|
171 |
if st.button("Additional PDF 📄", key="apdf", help="Open PDF", use_container_width=True):
|
172 |
st.markdown("[Open PDF](https://drive.google.com/file/d/1LY1-R9chmd_I7Tf3iC4jNZ5dHRFFkjaV/view?usp=sharing)", unsafe_allow_html=True)
|
173 |
|
174 |
+
|
175 |
+
# Add the new message below the PDF section
|
176 |
+
st.markdown("<p style='text-align: center; font-size: 16px; color: #555;'>If you need any application form, please mention 'form' at the end.</p>", unsafe_allow_html=True)
|
177 |
+
|
178 |
+
|
179 |
# Add CSS for the button styling
|
180 |
st.markdown("""
|
181 |
<style>
|