OzoneAsai commited on
Commit
25e1cc5
·
1 Parent(s): 9671fed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -250,13 +250,13 @@ elif selected_function == "問題生成":
250
  generated_problems.append(problem)
251
  st.success(f"問題: {problem}")
252
  ReProblem =f"sqrt({s}*({s}-{side_length})*({s}-{side_length})*({s}-{side_length}))"
253
- ReProblem =equation# =# "sqrt({s}*({s}-{side_length})*({s}-{side_length})*({s}-{side_length}))"
254
 
255
  #equation = equation.replace("{sidelength}", str(side_length))
256
  # #equation = equation.replace("{s}", str(s))
257
 
258
 
259
- ReProblem = equation
260
 
261
  st.latex(ReProblem)
262
 
 
250
  generated_problems.append(problem)
251
  st.success(f"問題: {problem}")
252
  ReProblem =f"sqrt({s}*({s}-{side_length})*({s}-{side_length})*({s}-{side_length}))"
253
+ #ReProblem =equation# =# "sqrt({s}*({s}-{side_length})*({s}-{side_length})*({s}-{side_length}))"
254
 
255
  #equation = equation.replace("{sidelength}", str(side_length))
256
  # #equation = equation.replace("{s}", str(s))
257
 
258
 
259
+ #ReProblem = equation
260
 
261
  st.latex(ReProblem)
262