awacke1 commited on
Commit
0f601cf
·
verified ·
1 Parent(s): 60d064a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -668,7 +668,7 @@ def display_buttons_with_scores():
668
  if st.button(f"{game_emoji} {category} {game} {term} {score}", key=key):
669
  update_score(key)
670
  # Create a dynamic query incorporating emojis and formatting for clarity
671
- query_prefix = f"{category_emoji} {game_emoji} **{game} - {category}:**"
672
  # ----------------------------------------------------------------------------------------------
673
  #query_body = f"Create a detailed outline for **{term}** with subpoints highlighting key aspects, using emojis for visual engagement. Include step-by-step rules and boldface important entities and ruleset elements."
674
  query_body = f"Create a streamlit python app.py that produces a detailed markdown outline and emoji laden user interface with labels with the entity name and emojis in all labels with a set of streamlit UI components with drop down lists and dataframes and buttons with expander and sidebar for the app to run the data as default values mostly in text boxes. Feature a 3 point outline sith 3 subpoints each where each line has about six words describing this and also contain appropriate emoji for creating sumamry of all aspeccts of this topic. an outline for **{term}** with subpoints highlighting key aspects, using emojis for visual engagement. Include step-by-step rules and boldface important entities and ruleset elements."
 
668
  if st.button(f"{game_emoji} {category} {game} {term} {score}", key=key):
669
  update_score(key)
670
  # Create a dynamic query incorporating emojis and formatting for clarity
671
+ query_prefix = f"{category_emoji} {game_emoji} ** {category} - {game} - {term} - **"
672
  # ----------------------------------------------------------------------------------------------
673
  #query_body = f"Create a detailed outline for **{term}** with subpoints highlighting key aspects, using emojis for visual engagement. Include step-by-step rules and boldface important entities and ruleset elements."
674
  query_body = f"Create a streamlit python app.py that produces a detailed markdown outline and emoji laden user interface with labels with the entity name and emojis in all labels with a set of streamlit UI components with drop down lists and dataframes and buttons with expander and sidebar for the app to run the data as default values mostly in text boxes. Feature a 3 point outline sith 3 subpoints each where each line has about six words describing this and also contain appropriate emoji for creating sumamry of all aspeccts of this topic. an outline for **{term}** with subpoints highlighting key aspects, using emojis for visual engagement. Include step-by-step rules and boldface important entities and ruleset elements."