awacke1 commited on
Commit
b409d78
·
verified ·
1 Parent(s): 76ea581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -460,7 +460,7 @@ def search_glossary(query): # 🔍Run------------------------------------------
460
  st.write('🔍Run 2 is Complete.')
461
 
462
  # 🔍Run 3 - Coding Expert - Write a Streamlit Python program with app.py and requirements.txt
463
- codequery = 'Write a streamlit python program that is function based that has an app.py and requirements.txt minimally which creates a streamlit user interface to play a word game called: '
464
  codequery = codequery + query + '.'
465
  codequery = codequery + 'Please study my python preferences on word game features here: '
466
  codequery = codequery + WordGamePython
@@ -473,7 +473,7 @@ def search_glossary(query): # 🔍Run------------------------------------------
473
 
474
  # todo - add back python execution located elsewhere here in comment. acw 2/24/2022/6:20
475
 
476
- # 🔍Run 4 - JS Expert - Write a HTML5 JS 3D program with index.html and inline JS with calls to widely used JS libraries like Aframe.
477
  webquery = 'Write a web user interface to play a word game called ' + query + '.'
478
  webquery = webquery + 'Please study my Javascript preferences on word game features here: '
479
  webquery = webquery + WordGameJavascript
 
460
  st.write('🔍Run 2 is Complete.')
461
 
462
  # 🔍Run 3 - Coding Expert - Write a Streamlit Python program with app.py and requirements.txt
463
+ codequery = 'Write a streamlit python program that implements a function and UI for each feature below with three lines of code per feature as a function (for example Dice could be rolling two random numbers 1-6 and showing emoji bar graphs (like 6 dice for 6) to show results along with evaluating the dice and demonstrating UI changes from the feature.) that has an app.py and requirements.txt minimally which creates a streamlit user interface to play a word game called: '
464
  codequery = codequery + query + '.'
465
  codequery = codequery + 'Please study my python preferences on word game features here: '
466
  codequery = codequery + WordGamePython
 
473
 
474
  # todo - add back python execution located elsewhere here in comment. acw 2/24/2022/6:20
475
 
476
+ # 🔍Run 4 - JS Expert - Write a HTML5 JS 3D program that implements each word game feature in three codes or less per feature. With index.html and inline JS with calls to widely used JS libraries like Aframe.
477
  webquery = 'Write a web user interface to play a word game called ' + query + '.'
478
  webquery = webquery + 'Please study my Javascript preferences on word game features here: '
479
  webquery = webquery + WordGameJavascript