Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
7397609
1
Parent(s):
c6afa05
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def get_report(namespace, oauth_token: Union[gr.OAuthToken, None]):
|
|
50 |
- **Number of Spaces**: {n_spaces}
|
51 |
|
52 |
- **Total Storage**: {total_storage_gb:.2f} GB ({total_storage_tb:.2f} TB)
|
53 |
-
- **Estimated Cost**: ${estimated_cost:.2f} USD (at 1 TB =
|
54 |
"""
|
55 |
|
56 |
return report
|
|
|
50 |
- **Number of Spaces**: {n_spaces}
|
51 |
|
52 |
- **Total Storage**: {total_storage_gb:.2f} GB ({total_storage_tb:.2f} TB)
|
53 |
+
- **Estimated Cost**: ${estimated_cost:.2f} USD (at 1 TB = 120USD)
|
54 |
"""
|
55 |
|
56 |
return report
|