Summary
Having too much space above and below the logo (check below image and red box area):
I am using streamlit_lottie
Steps to reproduce
Code snippet:
import streamlit as st
from streamlit_lottie import st_lottie
import requests
def fetchLottieJson(url):
r = requests.get(url)
if r.status_code != 200:
return None
return r.json()
animation = fetchLottieJson("https://assets6.lottiefiles.com/packages/lf20_ksrcyxgn.json")
st_lottie(animation, height=300,key="coding")
site = st.text_input('', '', placeholder='https://')
Expected behavior:
There should not be that much space (check the RED COLOR boxes in the image above)
Debug info
- Streamlit version: 1.23.1
- Python version: 3.11.4
- Using: VS Code
- OS version: Windows 11
- Browser version: 114.0.1