awacke1 commited on
Commit
a671a99
1 Parent(s): 1483bb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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):
 
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 storytelling features using plot twists with random character trait and Games and Decisions theory for How to Say It in the Minds I 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):