import streamlit as st
import pandas as pd
import base64
import json
st.set_page_config(
page_title="app",
page_icon="📈",
)
st.markdown("
Welcome to DataAI! 👋
", unsafe_allow_html=True)
st.sidebar.success("Select a demo above.")
st.markdown("This is the demo for the usecases we've worked on.", unsafe_allow_html=True)
st.markdown("Select a demo from the sidebar to see some examples of what we can do!!!
", unsafe_allow_html=True)
footer="""
"""
st.markdown(footer,unsafe_allow_html=True)
main_bg_ext = "jpg"
main_bg = "vally4.jpg"
st.markdown(
f"""
""",
unsafe_allow_html=True
)