Commit
Β·
e275de5
1
Parent(s):
e9b6cd8
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import theme
|
|
6 |
text = "<h1 style='text-align: center; color: #333333; font-size: 40px;'>AI TCO Comparison Calculator"
|
7 |
text2 = "Please note that the cost/request only defines the infrastructure cost for deployment. The labor cost must be added for the whole AI model service deployment TCO."
|
8 |
description=f"""
|
9 |
-
<p>In this
|
10 |
-
<p>Please note that we focus on getting the service up and running, but not the maintenance that
|
11 |
<p>If you want to <strong>contribute to the calculator</strong> by adding your own AI service option, follow this <a href="https://huggingface.co/spaces/mithril-security/TCO_calculator/blob/main/How_to_contribute.md">tutorial</a> π. </p>
|
12 |
"""
|
13 |
formula = r"""
|
|
|
6 |
text = "<h1 style='text-align: center; color: #333333; font-size: 40px;'>AI TCO Comparison Calculator"
|
7 |
text2 = "Please note that the cost/request only defines the infrastructure cost for deployment. The labor cost must be added for the whole AI model service deployment TCO."
|
8 |
description=f"""
|
9 |
+
<p>In this calculator, we help you compare different AI model services, such as SaaS or "Deploy yourself" solutions, based on the Total Cost of Ownership for their deployment. π</p>
|
10 |
+
<p>Please note that we focus on getting the AI model service up and running, but not the additional maintenance costs that follow.π</p>
|
11 |
<p>If you want to <strong>contribute to the calculator</strong> by adding your own AI service option, follow this <a href="https://huggingface.co/spaces/mithril-security/TCO_calculator/blob/main/How_to_contribute.md">tutorial</a> π. </p>
|
12 |
"""
|
13 |
formula = r"""
|