Spaces:
Sleeping
Sleeping
File size: 210 Bytes
6060e42 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
import streamlit as st
st.set_page_config(
page_title="Auto_Code_Generation.py",
page_icon="👋",
)
st.write("# Auto Code Generation.! 👋")
st.markdown(
"""
**Work in progress!!!** """
) |