ColeGuion commited on
Commit
c49a827
·
verified ·
1 Parent(s): f8f16d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ additional_inputs=[
85
 
86
  examples=[['Give me the grammatically correct version of the sentence: "We shood buy an car"', None, None, None, None, None, ],
87
  ["Give me an example exam question testing students on square roots on basic integers", None, None, None, None, None,],
88
- ["Would this block of HTML code run?\n```\nCODE HERE\n```", None, None, None, None, None,],
89
  ["I have chicken, rice, and bell peppers in my kitchen. Can you suggest an easy recipe I can make with these ingredients?", None, None, None, None, None,],
90
  ["Can you explain how the QuickSort algorithm works and provide a Python implementation?", None, None, None, None, None,],
91
  ["What are some unique features of Rust that make it stand out compared to other systems programming languages like C++?", None, None, None, None, None,],
 
85
 
86
  examples=[['Give me the grammatically correct version of the sentence: "We shood buy an car"', None, None, None, None, None, ],
87
  ["Give me an example exam question testing students on square roots on basic integers", None, None, None, None, None,],
88
+ ["Would this block of HTML code run?\n```\n\n```", None, None, None, None, None,],
89
  ["I have chicken, rice, and bell peppers in my kitchen. Can you suggest an easy recipe I can make with these ingredients?", None, None, None, None, None,],
90
  ["Can you explain how the QuickSort algorithm works and provide a Python implementation?", None, None, None, None, None,],
91
  ["What are some unique features of Rust that make it stand out compared to other systems programming languages like C++?", None, None, None, None, None,],