rootacess commited on
Commit
fc6fefb
1 Parent(s): 731097f

examples updated

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -128,7 +128,8 @@ with demo:
128
  "The dimensions of the input image are 80x80, if the filter of 3x3 size is convoluted on the image, what are the dimensions of output image?",
129
  "MathPrompter"],
130
  ["What is the value of sin(30)?", "PAL"],
131
- ["Write the code to find 7th Fibonacci number.", "TA"],
 
132
  ["Write a program to filter all the odd numbers from a python list", "PAL"],
133
  ],
134
  inputs=[question_input, methods],
 
128
  "The dimensions of the input image are 80x80, if the filter of 3x3 size is convoluted on the image, what are the dimensions of output image?",
129
  "MathPrompter"],
130
  ["What is the value of sin(30)?", "PAL"],
131
+ ["How many subarrays can be made from array of length 5?", "TA"],
132
+ ["Write the code to find 7th Fibonacci number.", "TA"],
133
  ["Write a program to filter all the odd numbers from a python list", "PAL"],
134
  ],
135
  inputs=[question_input, methods],