Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Docfile
/
note-calc
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Docfile
commited on
Dec 2, 2023
Commit
5d9f4db
·
1 Parent(s):
4242565
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,7 +45,7 @@ def calcul(
45
+ espagnol
46
+ conduite
47
)
48
-
r = total /
28
49
print(r)
50
return matha.trunc(r * 100) / 100
51
45
+ espagnol
46
+ conduite
47
)
48
+
r = total /
29
49
print(r)
50
return matha.trunc(r * 100) / 100
51