5 lines
87 B
Python
5 lines
87 B
Python
import streamlit as st
|
|
st.set_page_config(layout="wide")
|
|
|
|
st.markdown("# Coming soon")
|