Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ def calculate_sphere_volume(width, height):
|
|
| 67 |
radius = diameter / 2
|
| 68 |
volume = (4/3) * math.pi * (radius ** 3)
|
| 69 |
result = round(volume, 2)
|
| 70 |
-
|
| 71 |
if result < 523: result = 523
|
| 72 |
return result
|
| 73 |
except Exception as e:
|
|
|
|
| 67 |
radius = diameter / 2
|
| 68 |
volume = (4/3) * math.pi * (radius ** 3)
|
| 69 |
result = round(volume, 2)
|
| 70 |
+
result = result * 0.00757132152125087872521790538421
|
| 71 |
if result < 523: result = 523
|
| 72 |
return result
|
| 73 |
except Exception as e:
|