Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eogreen
/
operand
like
1
Runtime error
App
Files
Files
Community
eogreen
commited on
Oct 25
Commit
740344c
•
1 Parent(s):
ba7a4f0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,7 +33,7 @@ def dprocess(command, p2):
33
'result': 42
34
}
35
))
36
-
f.write('
42
')
37
38
return 42
39
33
'result': 42
34
}
35
))
36
+
f.write('
\n
')
37
38
return 42
39