Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ 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
|
60 |
|
61 |
st.markdown('''### ๐โจ๐ WordGameAI ''')
|
62 |
with st.expander("Help / About ๐", expanded=False):
|
|
|
55 |
}
|
56 |
)
|
57 |
|
58 |
+
PromptPrefix = 'Create a markdown outline and table with appropriate emojis for top ten graphic novel plotlines where you are defining the method steps of play for topic of '
|
59 |
+
PromptPrefix2 = 'Create a streamlit python app. Show full code listing. Create a UI implementing each feature creatively with python, streamlit, using variables and smart tables with word and idiom keys, creating reusable dense functions with graphic novel entity 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):
|