waloneai commited on
Commit
4f90de3
·
verified ·
1 Parent(s): b15c2ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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="Maiden | PowerPoint AI")
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
- st.title(APP_TEXT['app_name'])
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'])