Update app.py
Browse files
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 = {
|