Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,8 @@ st.markdown(
|
|
131 |
)
|
132 |
|
133 |
# 5. Add one line-spacing after the acknowledgment
|
134 |
-
st.markdown("
|
|
|
135 |
|
136 |
fetch_openai_api_key()
|
137 |
|
|
|
131 |
)
|
132 |
|
133 |
# 5. Add one line-spacing after the acknowledgment
|
134 |
+
st.markdown('<div style="margin-bottom: 20px;"></div>', unsafe_allow_html=True)
|
135 |
+
|
136 |
|
137 |
fetch_openai_api_key()
|
138 |
|