Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ st.set_page_config(
|
|
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):
|
|
|
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 file IO, randomness, choice lists, tradeoffs, witty dilemnas with emoji rewards, 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):
|