Spaces:
Running
Running
Commit
·
d88f98b
1
Parent(s):
6b7f4d9
file upload gallery
Browse files
app.py
CHANGED
|
@@ -1679,13 +1679,16 @@ def main():
|
|
| 1679 |
st.write('When opening the Prompt Builder, it take a moment for the page to refresh.')
|
| 1680 |
|
| 1681 |
with tab_component:
|
| 1682 |
-
content_tab_component()
|
|
|
|
| 1683 |
|
| 1684 |
with tab_domain:
|
| 1685 |
-
content_tab_domain()
|
|
|
|
| 1686 |
|
| 1687 |
with tab_processing:
|
| 1688 |
-
content_tab_processing()
|
|
|
|
| 1689 |
|
| 1690 |
# with tab_private:
|
| 1691 |
# if st.button("Edit API Keys"):
|
|
@@ -1693,7 +1696,9 @@ def main():
|
|
| 1693 |
# st.rerun()
|
| 1694 |
|
| 1695 |
with tab_delete:
|
| 1696 |
-
create_space_saver()
|
|
|
|
|
|
|
| 1697 |
|
| 1698 |
st.set_page_config(layout="wide", page_icon='img/icon.ico', page_title='VoucherVision')
|
| 1699 |
|
|
|
|
| 1679 |
st.write('When opening the Prompt Builder, it take a moment for the page to refresh.')
|
| 1680 |
|
| 1681 |
with tab_component:
|
| 1682 |
+
# content_tab_component()
|
| 1683 |
+
st.markdown("Not available in Hugging Face Spaces implementation. Please use the full [GitHub version](https://github.com/Gene-Weaver/VoucherVision) if you require these features (most use cases do not).")
|
| 1684 |
|
| 1685 |
with tab_domain:
|
| 1686 |
+
# content_tab_domain()
|
| 1687 |
+
st.markdown("Not available in Hugging Face Spaces implementation. Please use the full [GitHub version](https://github.com/Gene-Weaver/VoucherVision) if you require these features (most use cases do not).")
|
| 1688 |
|
| 1689 |
with tab_processing:
|
| 1690 |
+
# content_tab_processing()
|
| 1691 |
+
st.markdown("Not available in Hugging Face Spaces implementation. Please use the full [GitHub version](https://github.com/Gene-Weaver/VoucherVision) if you require these features (most use cases do not).")
|
| 1692 |
|
| 1693 |
# with tab_private:
|
| 1694 |
# if st.button("Edit API Keys"):
|
|
|
|
| 1696 |
# st.rerun()
|
| 1697 |
|
| 1698 |
with tab_delete:
|
| 1699 |
+
# create_space_saver()
|
| 1700 |
+
st.markdown("Not available in Hugging Face Spaces implementation. Please use the full [GitHub version](https://github.com/Gene-Weaver/VoucherVision) if you require these features (most use cases do not).")
|
| 1701 |
+
|
| 1702 |
|
| 1703 |
st.set_page_config(layout="wide", page_icon='img/icon.ico', page_title='VoucherVision')
|
| 1704 |
|