jadehardouin commited on
Commit
9de3425
1 Parent(s): af9cdba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ text2 = "<h1 style='text-align: center; color: blue; font-size: 20px;'>Second so
8
  text3 = "<h1 style='text-align: center; color: blue; font-size: 20px;'>Compute and compare TCOs"
9
  description=f"""
10
  <p>In this demo application, we help you compare different solutions for your AI incorporation plans, such as OpenSource or SaaS.</p>
11
- <p>First, you'll have to choose the two solutions you'd like to compare. Then, follow the instructions to select your configurations for each solution and we will compute the cost/token accordingly to them. Eventually, you can compare both solutions to evaluate which one best suits your needs.</p>
12
  """
13
 
14
  def compute_ratio(tco1, tco2):
 
8
  text3 = "<h1 style='text-align: center; color: blue; font-size: 20px;'>Compute and compare TCOs"
9
  description=f"""
10
  <p>In this demo application, we help you compare different solutions for your AI incorporation plans, such as OpenSource or SaaS.</p>
11
+ <p>First, you'll have to choose the two solutions you'd like to compare. Then, follow the instructions to select your configurations for each solution and we will compute the cost/token accordingly to them. Eventually, both solutions are compared to evaluate which one best suits your needs.</p>
12
  """
13
 
14
  def compute_ratio(tco1, tco2):