mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 22:42:14 +03:00
6 lines
166 B
Python
6 lines
166 B
Python
from webui_streamlit import st
|
|
|
|
# The global settings section will be moved to the Settings page.
|
|
#with st.expander("Global Settings:"):
|
|
st.write("Global Settings:")
|