Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
lam-ho
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lam-ho
commited on
Feb 19
Commit
2eb24b1
·
verified
·
1 Parent(s):
79879e6
Fixed Indent Bug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,7 +20,7 @@ from Gradio_UI import GradioUI
20
try:
21
c = math.sqrt((number1**2)+(number2**2))
22
except error:
23
-
-
1
24
25
return c
26
20
try:
21
c = math.sqrt((number1**2)+(number2**2))
22
except error:
23
+
c=-
1
24
25
return c
26