Spaces:
Running
Running
jadehardouin
commited on
Commit
•
528e2ea
1
Parent(s):
2b2948e
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import pandas as pd
|
|
4 |
|
5 |
text = "<h1 style='text-align: center; color: midnightblue; font-size: 40px;'>TCO Comparison Calculator"
|
6 |
text0 = "<h1 style='text-align: center; color: midnightblue; font-size: 30px;'>Describe your use case"
|
7 |
-
text1 = "<h1 style='text-align: center; color: midnightblue; font-size: 30px;'>First
|
8 |
-
text2 = "<h1 style='text-align: center; color: midnightblue; font-size: 30px;'>Second
|
9 |
text3 = "<h1 style='text-align: center; color: midnightblue; font-size: 30px;'>Compute and compare TCOs"
|
10 |
description=f"""
|
11 |
<p>In this demo application, we help you compare different AI model services, such as Open source or SaaS solutions.</p>
|
|
|
4 |
|
5 |
text = "<h1 style='text-align: center; color: midnightblue; font-size: 40px;'>TCO Comparison Calculator"
|
6 |
text0 = "<h1 style='text-align: center; color: midnightblue; font-size: 30px;'>Describe your use case"
|
7 |
+
text1 = "<h1 style='text-align: center; color: midnightblue; font-size: 30px;'>First option"
|
8 |
+
text2 = "<h1 style='text-align: center; color: midnightblue; font-size: 30px;'>Second option"
|
9 |
text3 = "<h1 style='text-align: center; color: midnightblue; font-size: 30px;'>Compute and compare TCOs"
|
10 |
description=f"""
|
11 |
<p>In this demo application, we help you compare different AI model services, such as Open source or SaaS solutions.</p>
|