Added info text to let the user now that the other setting pages are still under construction.

This commit is contained in:
ZeroCool940711 2022-09-24 17:18:29 -07:00
parent 3816b28d2c
commit 23070de38d

View File

@ -183,15 +183,19 @@ def layout():
with txt2img_tab:
st.title("Text To Image")
st.info("Under Construction. :construction_worker:")
with img2img_tab:
st.title("Image To Image")
st.info("Under Construction. :construction_worker:")
with txt2vid_tab:
st.title("Text To Video")
st.info("Under Construction. :construction_worker:")
with textual_inversion_tab:
st.title("Textual Inversion")
st.info("Under Construction. :construction_worker:")
# add space for the buttons at the bottom
st.markdown("---")