Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def _get_icons_list() -> List[str]:
|
|
| 76 |
|
| 77 |
return ice.get_icons_list()
|
| 78 |
|
| 79 |
-
st.set_page_config(page_title="
|
| 80 |
APP_TEXT = _load_strings()
|
| 81 |
|
| 82 |
# Session variables
|
|
@@ -102,8 +102,7 @@ def build_ui():
|
|
| 102 |
Display the input elements for content generation.
|
| 103 |
"""
|
| 104 |
|
| 105 |
-
|
| 106 |
-
st.subheader(APP_TEXT['caption'])
|
| 107 |
|
| 108 |
with st.expander('Usage Policies and Limitations'):
|
| 109 |
st.text(APP_TEXT['tos'] + '\n\n' + APP_TEXT['tos2'])
|
|
|
|
| 76 |
|
| 77 |
return ice.get_icons_list()
|
| 78 |
|
| 79 |
+
st.set_page_config(page_title="Walone | PowerPoint AI")
|
| 80 |
APP_TEXT = _load_strings()
|
| 81 |
|
| 82 |
# Session variables
|
|
|
|
| 102 |
Display the input elements for content generation.
|
| 103 |
"""
|
| 104 |
|
| 105 |
+
|
|
|
|
| 106 |
|
| 107 |
with st.expander('Usage Policies and Limitations'):
|
| 108 |
st.text(APP_TEXT['tos'] + '\n\n' + APP_TEXT['tos2'])
|