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