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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -474,7 +474,7 @@ def search_glossary(query): # 🔍Run------------------------------------------
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
480
  webquery = webquery + 'The objective of this exercise is to create a visually appealing UI so the user has fun interacting with these game features so each should use timers, randomness, word tables, and features found in word games in a dynamic html5 app with javascript which make it fun.'
 
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
480
  webquery = webquery + 'The objective of this exercise is to create a visually appealing UI so the user has fun interacting with these game features so each should use timers, randomness, word tables, and features found in word games in a dynamic html5 app with javascript which make it fun.'