Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="ππ
|
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
|
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('''### πβ¨π
|
62 |
with st.expander("Help / About π", expanded=False):
|
63 |
st.markdown('''
|
64 |
-
- π **Unlock
|
65 |
- π **Features:** Creates extensive glossaries & exciting challenges.
|
66 |
-
- π§ββοΈ **Experience:** Become a
|
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 |
|