DrishtiSharma commited on
Commit
2df7e9c
Β·
verified Β·
1 Parent(s): dc60aaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -129,6 +129,8 @@ st.markdown(
129
  """,
130
  unsafe_allow_html=True
131
  )
 
 
132
 
133
  fetch_openai_api_key()
134
 
 
129
  """,
130
  unsafe_allow_html=True
131
  )
132
+ # 5. Add one-line spacing
133
+ st.markdown('<div class="section"></div>')
134
 
135
  fetch_openai_api_key()
136