osanseviero HF staff commited on
Commit
5d9df6f
1 Parent(s): 7397609

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 120USD)
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 = $20USD)
54
  """
55
 
56
  return report