awacke1 commited on
Commit
b230746
Β·
verified Β·
1 Parent(s): 4b89112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -44,7 +44,7 @@ from urllib.parse import quote # Ensure this import is included
44
 
45
  # Set page configuration with a title and favicon
46
  st.set_page_config(
47
- page_title="πŸ“–πŸ”WordGameAI",
48
  page_icon="πŸ”πŸ“–",
49
  layout="wide",
50
  initial_sidebar_state="expanded",
@@ -55,15 +55,15 @@ st.set_page_config(
55
  }
56
  )
57
 
58
- PromptPrefix = 'Create a markdown outline and table with appropriate emojis for word game rules defining the method steps of play for topic of '
59
  PromptPrefix2 = 'Create a streamlit python user app. Show full code listing. Create a UI implementing each feature using variables, reusable functions with parameters, and data driven app with python libraries and streamlit components for Javascript and HTML5. Use appropriate emojis for labels to summarize and list parts, function, conditions for topic: '
60
 
61
- st.markdown('''### πŸ“–βœ¨πŸ” WordGameAI ''')
62
  with st.expander("Help / About πŸ“š", expanded=False):
63
  st.markdown('''
64
- - πŸš€ **Unlock Words:** Elevate your vocabulary with AI. Turns words into thrilling experiences.
65
  - πŸ“š **Features:** Creates extensive glossaries & exciting challenges.
66
- - πŸ§™β€β™‚οΈ **Experience:** Become a word wizard, boost your language skills.
67
  - πŸ”Ž **Query Use:** Input `?q=Palindrome` or `?query=Anagram` in URL for new challenges.
68
  ''')
69
 
 
44
 
45
  # Set page configuration with a title and favicon
46
  st.set_page_config(
47
+ page_title="πŸ“–πŸ”GraphicNovelAI",
48
  page_icon="πŸ”πŸ“–",
49
  layout="wide",
50
  initial_sidebar_state="expanded",
 
55
  }
56
  )
57
 
58
+ PromptPrefix = 'Create a markdown outline and table with appropriate emojis for graphic novel rules defining the method steps of play for topic of '
59
  PromptPrefix2 = 'Create a streamlit python user app. Show full code listing. Create a UI implementing each feature using variables, reusable functions with parameters, and data driven app with python libraries and streamlit components for Javascript and HTML5. Use appropriate emojis for labels to summarize and list parts, function, conditions for topic: '
60
 
61
+ st.markdown('''### πŸ“–βœ¨πŸ” GraphicNovelAI ''')
62
  with st.expander("Help / About πŸ“š", expanded=False):
63
  st.markdown('''
64
+ - πŸš€ **Unlock Plots:** Elevate your vocabulary with AI. Turns plots into thrilling experiences.
65
  - πŸ“š **Features:** Creates extensive glossaries & exciting challenges.
66
+ - πŸ§™β€β™‚οΈ **Experience:** Become a graphic novel plot wizard, boost your language skills.
67
  - πŸ”Ž **Query Use:** Input `?q=Palindrome` or `?query=Anagram` in URL for new challenges.
68
  ''')
69