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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -131,7 +131,8 @@ st.markdown(
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
 
 
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