Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with st.sidebar:
|
|
42 |
Curious about our recent publications? Feel free to ask questions about our latest whitepapers, and I'll provide you with the insights you need!<br><br>
|
43 |
""", unsafe_allow_html=True)
|
44 |
|
45 |
-
add_vertical_space(
|
46 |
|
47 |
glossary_option = st.selectbox(
|
48 |
'Want to see more Glossary Topics to ask about?',
|
|
|
42 |
Curious about our recent publications? Feel free to ask questions about our latest whitepapers, and I'll provide you with the insights you need!<br><br>
|
43 |
""", unsafe_allow_html=True)
|
44 |
|
45 |
+
add_vertical_space(1) # Adjust as per the desired spacing
|
46 |
|
47 |
glossary_option = st.selectbox(
|
48 |
'Want to see more Glossary Topics to ask about?',
|