Spaces:
Runtime error
Runtime error
File size: 367 Bytes
3d4c3d2 d36b9e5 7edf37a d36b9e5 38d6cfd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
import streamlit as st
from streamlit_lottie import st_lottie
from streamlit_lottie import st_lottie_spinner
#import pandas as pd
#import numpy as np
#import time
#import requests
st.title("AI Driven UI ")
st.subheader("π Streamlit SideBar and Lottie Animation π ")
st.write(" still deciding what to do here")
with st.sidebar:
my_component(greeting="hello") |