Spaces:
Runtime error
Runtime error
Commit
·
d2258bf
1
Parent(s):
a0c59c8
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import pandas as pd
|
|
| 4 |
import theme
|
| 5 |
import matplotlib.pyplot as plt
|
| 6 |
|
| 7 |
-
text = "<h1 style='text-align: center; color: #333333; font-size: 40px;'>TCO Comparison Calculator"
|
| 8 |
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."
|
| 9 |
description=f"""
|
| 10 |
<p>In this demo application, we help you compare different AI model services, such as Open source or SaaS solutions, based on the Total Cost of Ownership for their deployment. 😊</p>
|
|
|
|
| 4 |
import theme
|
| 5 |
import matplotlib.pyplot as plt
|
| 6 |
|
| 7 |
+
text = "<h1 style='text-align: center; color: #333333; font-size: 40px;'>AI TCO Comparison Calculator"
|
| 8 |
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."
|
| 9 |
description=f"""
|
| 10 |
<p>In this demo application, we help you compare different AI model services, such as Open source or SaaS solutions, based on the Total Cost of Ownership for their deployment. 😊</p>
|