Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,10 +65,10 @@ def main():
|
|
| 65 |
)
|
| 66 |
|
| 67 |
# Example placeholders
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 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 |
|