Spaces:
Sleeping
Sleeping
File size: 232 Bytes
6060e42 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
import streamlit as st
st.set_page_config(
page_title="AI_Chatbot.py",
page_icon="👋",
)
st.write("# AI Chatbot! 👋")
st.sidebar.success("Select a demo above.")
st.markdown(
"""
**Work in progress!!!** """
) |