DrishtiSharma commited on
Commit
d1ebaeb
Β·
verified Β·
1 Parent(s): 80bbb11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -125,10 +125,6 @@ st.markdown('<div class="description">Effortlessly extract, analyze, and summari
125
  # 4. Add the image below the title
126
  st.image("./image-4.png", use_container_width=True)
127
 
128
-
129
- # Add some spacing between sections
130
- st.markdown('<div class="section"></div>', unsafe_allow_html=True)
131
-
132
  fetch_openai_api_key()
133
 
134
  if 'OPENAI_API_KEY' in os.environ and os.environ['OPENAI_API_KEY']:
 
125
  # 4. Add the image below the title
126
  st.image("./image-4.png", use_container_width=True)
127
 
 
 
 
 
128
  fetch_openai_api_key()
129
 
130
  if 'OPENAI_API_KEY' in os.environ and os.environ['OPENAI_API_KEY']: