Update app.py
Browse files
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']:
|