awacke1 commited on
Commit
390f8dc
·
verified ·
1 Parent(s): 1204fb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,6 +16,7 @@ st.set_page_config(
16
  'About': "# Midjourney: https://discord.com/channels/@me/997514686608191558"
17
  }
18
  )
 
19
 
20
  # -----------------------------------------------------------------Art Card Sidebar:
21
  import base64
@@ -140,6 +141,7 @@ def search_glossary(query):
140
  st.markdown(f"#### {category}")
141
  st.write(f"- {query}")
142
 
 
143
  st.write('## ' + query)
144
 
145
  all=""
 
16
  'About': "# Midjourney: https://discord.com/channels/@me/997514686608191558"
17
  }
18
  )
19
+ PromptPrefix = 'Create a markdown outline and table with appropriate emojis for card game rulesets which define the method steps of play for the topics of '
20
 
21
  # -----------------------------------------------------------------Art Card Sidebar:
22
  import base64
 
141
  st.markdown(f"#### {category}")
142
  st.write(f"- {query}")
143
 
144
+ query = PromptPrefix + query # Add prompt preface for method step task behavior
145
  st.write('## ' + query)
146
 
147
  all=""