2022-10-24 03:31:41 +03:00
|
|
|
# This file is part of sygil-webui (https://github.com/Sygil-Dev/sygil-webui/).
|
2022-10-22 09:02:55 +03:00
|
|
|
|
2022-10-24 03:17:50 +03:00
|
|
|
# Copyright 2022 Sygil-Dev team.
|
2022-10-22 09:02:55 +03:00
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Affero General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Affero General Public License for more details.
|
|
|
|
|
|
|
|
# You should have received a copy of the GNU Affero General Public License
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
# base webui import and utils.
|
2023-06-23 05:58:20 +03:00
|
|
|
# from sd_utils import *
|
2022-11-03 10:04:32 +03:00
|
|
|
from sd_utils import st
|
2023-06-23 05:58:20 +03:00
|
|
|
|
2022-10-22 09:02:55 +03:00
|
|
|
# streamlit imports
|
|
|
|
|
2023-06-23 05:58:20 +03:00
|
|
|
# streamlit components section
|
2022-10-22 09:02:55 +03:00
|
|
|
|
2023-06-23 05:58:20 +03:00
|
|
|
# other imports
|
|
|
|
# from fastapi import FastAPI
|
|
|
|
# import uvicorn
|
2022-10-22 09:02:55 +03:00
|
|
|
|
|
|
|
# Temp imports
|
|
|
|
|
|
|
|
# end of imports
|
2023-06-23 05:58:20 +03:00
|
|
|
# ---------------------------------------------------------------------------------------------------------------
|
2022-10-22 09:02:55 +03:00
|
|
|
|
|
|
|
|
|
|
|
def layout():
|
2023-06-23 05:58:20 +03:00
|
|
|
st.info("Under Construction. :construction_worker:")
|