DrishtiSharma commited on
Commit
01c5b1d
Β·
verified Β·
1 Parent(s): c174e69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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