import streamlit as st import time,datetime import json import sqlite3 from streamlit_lottie import st_lottie from streamlit_extras.add_vertical_space import add_vertical_space from streamlit_extras.colored_header import colored_header st.set_page_config(page_title="Quotes", page_icon=":lower_left_fountain_pen:", layout="wide") con = sqlite3.connect("Quotes.db") cur=con.cursor() #loading json animation with open('123755-designers.json', 'r') as f: lottie_json = json.load(f) col1, col2 = st.columns([1, 3]) with col1: st_lottie(lottie_json, speed=1, width=124, height=120, key='lottie') with col2: st.markdown("",unsafe_allow_html=True) st.markdown("