Spaces:
Runtime error
Runtime error
File size: 318 Bytes
c7f7e35 f549064 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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 ποΌ
"""
) |