Tonic commited on
Commit
7671096
·
verified ·
1 Parent(s): b5a5f4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -65,10 +65,10 @@ def main():
65
  )
66
 
67
  # Example placeholders
68
- demo.add_examples([
69
- ["Calculate the integral of x^2 from 0 to 1", "produce a complete mathematical explanation of the following in rich text format:", 125, 0.1, 0.9, 1.9, False],
70
- ["What is the derivative of sin(x)?", "produce a complete mathematical explanation of the following in rich text format:", 125, 0.1, 0.9, 1.9, False]
71
- ])
72
 
73
  demo.launch()
74
 
 
65
  )
66
 
67
  # Example placeholders
68
+ # demo.add_examples([
69
+ # ["Calculate the integral of x^2 from 0 to 1", "produce a complete mathematical explanation of the following in rich text format:", 125, 0.1, 0.9, 1.9, False],
70
+ # ["What is the derivative of sin(x)?", "produce a complete mathematical explanation of the following in rich text format:", 125, 0.1, 0.9, 1.9, False]
71
+ # ])
72
 
73
  demo.launch()
74