Update app.py
Browse files
app.py
CHANGED
@@ -130,6 +130,8 @@ st.markdown(
|
|
130 |
unsafe_allow_html=True
|
131 |
)
|
132 |
|
|
|
|
|
133 |
|
134 |
fetch_openai_api_key()
|
135 |
|
|
|
130 |
unsafe_allow_html=True
|
131 |
)
|
132 |
|
133 |
+
# 5. Add one line-spacing after the acknowledgment
|
134 |
+
st.markdown("<br>", unsafe_allow_html=True)
|
135 |
|
136 |
fetch_openai_api_key()
|
137 |
|