Spaces:
Running
Running
jadehardouin
commited on
Commit
β’
deda386
1
Parent(s):
7aa3fde
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ text = "<h1 style='text-align: center; color: #333333; font-size: 40px;'>AI TCO
|
|
7 |
text2 = "<h1 style='color: #333333; font-size: 20px;'>π Want to contribute?"
|
8 |
text3 = "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."
|
9 |
intro = f"""
|
10 |
-
<p>
|
11 |
-
<p>Please
|
12 |
"""
|
13 |
contribution = f"""
|
14 |
<p>If you want to contribute to the calculator by <strong>adding your own AI service option</strong>, follow this <a href="https://huggingface.co/spaces/mithril-security/TCO_calculator/blob/main/How_to_contribute.md">tutorial</a> π. </p>
|
|
|
7 |
text2 = "<h1 style='color: #333333; font-size: 20px;'>π Want to contribute?"
|
8 |
text3 = "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."
|
9 |
intro = f"""
|
10 |
+
<p>Discover and compare various AI model services, including SaaS and "Deploy Yourself" solutions, based on the Total Cost of Ownership for their deployment. π</p>
|
11 |
+
<p>Please keep in mind that our focus is on launching the AI model service, not accounting for additional maintenance costs.π</p>
|
12 |
"""
|
13 |
contribution = f"""
|
14 |
<p>If you want to contribute to the calculator by <strong>adding your own AI service option</strong>, follow this <a href="https://huggingface.co/spaces/mithril-security/TCO_calculator/blob/main/How_to_contribute.md">tutorial</a> π. </p>
|