Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,7 @@ def calcualte_cost_capacity(content_hours, pricing_per_minute, expected_delivery
|
|
43 |
## _Total Revenue Generated : ₹{indian_notation(int(total_revenue))}_
|
44 |
## _Expected Number of Translators required : {expected_num_people}_
|
45 |
## _Cost beared for Translators : ₹{indian_notation(int(company_cost_beared))}_
|
|
|
46 |
"""
|
47 |
return gr.update(value=res_markdown, visible=True)
|
48 |
|
|
|
43 |
## _Total Revenue Generated : ₹{indian_notation(int(total_revenue))}_
|
44 |
## _Expected Number of Translators required : {expected_num_people}_
|
45 |
## _Cost beared for Translators : ₹{indian_notation(int(company_cost_beared))}_
|
46 |
+
## _Total Earnings : ₹{indian_notation(int(total_revenue-company_cost_beared))}_
|
47 |
"""
|
48 |
return gr.update(value=res_markdown, visible=True)
|
49 |
|