QuickLearnerAI commited on
Commit
271e143
·
verified ·
1 Parent(s): 12af1be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[text_problem_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():