awacke1 commited on
Commit
755d00e
β€’
1 Parent(s): 9c6a5dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -173,14 +173,14 @@ def display_glossary_entity(k):
173
 
174
 
175
 
176
- st.markdown('''### πŸ“–βœ¨πŸ” WordGameAI ''')
177
- with st.expander("Help / About πŸ“š", expanded=False):
178
- st.markdown('''
179
- - πŸš€ **Unlock Words:** Elevate your vocabulary with AI. Turns words into thrilling experiences.
180
- - πŸ“š **Features:** Creates extensive glossaries & exciting challenges.
181
- - πŸ§™β€β™‚οΈ **Experience:** Become a word wizard, boost your language skills.
182
- - πŸ”Ž **Query Use:** Input `?q=Palindrome` or `?query=Anagram` in URL for new challenges.
183
- ''')
184
 
185
 
186
  roleplaying_glossary = {
 
173
 
174
 
175
 
176
+ #st.markdown('''### πŸ“–βœ¨πŸ” WordGameAI ''')
177
+ #with st.expander("Help / About πŸ“š", expanded=False):
178
+ # st.markdown('''
179
+ # - πŸš€ **Unlock Words:** Elevate your vocabulary with AI. Turns words into thrilling experiences.
180
+ # - πŸ“š **Features:** Creates extensive glossaries & exciting challenges.
181
+ # - πŸ§™β€β™‚οΈ **Experience:** Become a word wizard, boost your language skills.
182
+ # - πŸ”Ž **Query Use:** Input `?q=Palindrome` or `?query=Anagram` in URL for new challenges.
183
+ # ''')
184
 
185
 
186
  roleplaying_glossary = {