ai-photo-gallery / main_page.py
KyanChen's picture
Upload 5 files
c7f7e35
raw
history blame
No virus
318 Bytes
import pre_reqs
import streamlit as st
# https://huggingface.co./spaces/KyanChen/ai-photo-gallery
st.set_page_config(
page_title="AI photo Gallery",
page_icon="πŸ‘‹",
)
st.write("# AI Photo Gallery πŸ‘‹")
st.sidebar.success("Select a demo above.")
st.markdown(
"""
AI Photo Gallery πŸ‘‹οΌ
"""
)