Update app.py
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ def create_demo():
|
|
| 184 |
["Calculate the area of a circle with radius 5 cm"],
|
| 185 |
["Find all values of x that satisfy the equation: log₁₀(x+1) + log₁₀(x²) = 5"]
|
| 186 |
],
|
| 187 |
-
input=[
|
| 188 |
label="Example Problems"
|
| 189 |
)
|
| 190 |
with gr.Row():
|
|
|
|
| 184 |
["Calculate the area of a circle with radius 5 cm"],
|
| 185 |
["Find all values of x that satisfy the equation: log₁₀(x+1) + log₁₀(x²) = 5"]
|
| 186 |
],
|
| 187 |
+
input=[text_prob_input],
|
| 188 |
label="Example Problems"
|
| 189 |
)
|
| 190 |
with gr.Row():
|