karthi12 commited on
Commit
eb10bb9
·
verified ·
1 Parent(s): 322c33e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def addition(x: int, y: int) -> int:
40
  x: Value 1.
41
  y: Value 2.
42
  """
43
- return x+y
44
 
45
 
46
  final_answer = FinalAnswerTool()
 
40
  x: Value 1.
41
  y: Value 2.
42
  """
43
+ return x+y
44
 
45
 
46
  final_answer = FinalAnswerTool()