awacke1 commited on
Commit
f615d30
ยท
verified ยท
1 Parent(s): c80c16b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -42,9 +42,14 @@ st.set_page_config(
42
  }
43
  )
44
 
45
- # Title and Help/About
46
  st.markdown('''### ๐Ÿ“–โœจ๐Ÿ” GraphicNovelAI ''')
47
 
 
 
 
 
 
48
  with st.expander("Help / About ๐Ÿ“š", expanded=False):
49
  st.markdown('''
50
  - ๐Ÿš€ **Unlock Plots:** Elevate your vocabulary with AI. Turns plots into thrilling experiences.
@@ -161,11 +166,6 @@ roleplaying_glossary = {
161
  # Set initial page and app configs ------------------------------------------
162
 
163
 
164
- # Prompts for App, for App Product, and App Product Code
165
- PromptPrefix = 'Create a graphic novel story with streamlit markdown outlines and tables with appropriate emojis for graphic novel rules defining the method steps of play. Use story structure architect rules using plan, structure and top three dramatic situations matching the theme for topic of '
166
- PromptPrefix2 = 'Create a streamlit python user app with full code listing to create a UI implementing the plans, structure, situations and tables as python functions creating a game which operates like choose your own adventure graphic novel rules and creates a compelling fun story using streamlit to create user interface elements like emoji buttons, sliders, drop downs, and data interfaces like dataframes to show tables, session_state to track inventory, character advancement and experience, locations, file_uploader to allow the user to add images which are saved and referenced shown in gallery, camera_input to take character picture, on_change = function callbacks with continual running plots that change when you change data or click a button, randomness and dice rolls using emojis and st.markdown, st.expander for groupings and clusters of things, st.columns and other UI controls in streamlit as a game. Create inline data tables and list dictionaries for entities implemented as variables for the game rule entities and stats. Design it as a fun data driven game app and show full python code listing for this ruleset and thematic story plot line: '
167
- PromptPrefix3 = 'Create a HTML5 aframe and javascript app using appropriate libraries to create a simulation and use more advanced libraries like aframe to render 3d scenes creating moving entities that stay within a bounding box but show text and animation in 3d for inventory, components and story entities. Show full code listing. Add a list of new random entities say 3 of a few different types to any list appropriately and use emojis to make things easier and fun to read. Use appropriate emojis in labels. Create the UI to implement storytelling in the style of a dungeon master, with features using three emoji appropriate text plot twists and recurring interesting funny fascinating and complex almost poetic named characters with genius traits and file IO, randomness, ten point choice lists, math distribution tradeoffs, witty humorous 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:'
168
-
169
 
170
  # Function to display the entire glossary in a grid format with links
171
  def display_glossary_grid(roleplaying_glossary):
 
42
  }
43
  )
44
 
45
+ # Title, Base Content and Help/About
46
  st.markdown('''### ๐Ÿ“–โœจ๐Ÿ” GraphicNovelAI ''')
47
 
48
+ # Base Content Prompts for App, for App Product, and App Product Code
49
+ PromptPrefix = 'Create a graphic novel story with streamlit markdown outlines and tables with appropriate emojis for graphic novel rules defining the method steps of play. Use story structure architect rules using plan, structure and top three dramatic situations matching the theme for topic of '
50
+ PromptPrefix2 = 'Create a streamlit python user app with full code listing to create a UI implementing the plans, structure, situations and tables as python functions creating a game which operates like choose your own adventure graphic novel rules and creates a compelling fun story using streamlit to create user interface elements like emoji buttons, sliders, drop downs, and data interfaces like dataframes to show tables, session_state to track inventory, character advancement and experience, locations, file_uploader to allow the user to add images which are saved and referenced shown in gallery, camera_input to take character picture, on_change = function callbacks with continual running plots that change when you change data or click a button, randomness and dice rolls using emojis and st.markdown, st.expander for groupings and clusters of things, st.columns and other UI controls in streamlit as a game. Create inline data tables and list dictionaries for entities implemented as variables for the game rule entities and stats. Design it as a fun data driven game app and show full python code listing for this ruleset and thematic story plot line: '
51
+ PromptPrefix3 = 'Create a HTML5 aframe and javascript app using appropriate libraries to create a simulation and use more advanced libraries like aframe to render 3d scenes creating moving entities that stay within a bounding box but show text and animation in 3d for inventory, components and story entities. Show full code listing. Add a list of new random entities say 3 of a few different types to any list appropriately and use emojis to make things easier and fun to read. Use appropriate emojis in labels. Create the UI to implement storytelling in the style of a dungeon master, with features using three emoji appropriate text plot twists and recurring interesting funny fascinating and complex almost poetic named characters with genius traits and file IO, randomness, ten point choice lists, math distribution tradeoffs, witty humorous 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:'
52
+
53
  with st.expander("Help / About ๐Ÿ“š", expanded=False):
54
  st.markdown('''
55
  - ๐Ÿš€ **Unlock Plots:** Elevate your vocabulary with AI. Turns plots into thrilling experiences.
 
166
  # Set initial page and app configs ------------------------------------------
167
 
168
 
 
 
 
 
 
169
 
170
  # Function to display the entire glossary in a grid format with links
171
  def display_glossary_grid(roleplaying_glossary):