Sanchit Gandhi commited on
Commit
203cf4a
·
1 Parent(s): 69a83f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ API_URL = os.getenv("API_URL")
37
  examples = [
38
  ['To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
39
  64, "sampling", True],
40
- ['Recipie for a quick coconut pasta:', 64, "sampling", True],
41
  ['A poem about the beauty of science by Alfred Edgar Brittle\nTitle: The Magic Craft\nIn the old times', 64,
42
  "sampling", True],
43
  ['استخراج العدد العاملي في لغة بايثون:', 64, "greedy", True],
 
37
  examples = [
38
  ['To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
39
  64, "sampling", True],
40
+ ['Recipe for a quick coconut pasta:', 64, "greedy", True],
41
  ['A poem about the beauty of science by Alfred Edgar Brittle\nTitle: The Magic Craft\nIn the old times', 64,
42
  "sampling", True],
43
  ['استخراج العدد العاملي في لغة بايثون:', 64, "greedy", True],