rusticluftig commited on
Commit
a5a0332
1 Parent(s): c87d265

Clean-up row information

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,7 +280,7 @@ def main():
280
 
281
  gr.Label(
282
  value={
283
- f"{c.namespace}/{c.name} ({c.commit[0:8]}) · ${round(c.emission * tao_price, 2):,} (τ{round(c.emission, 2):,})": c.incentive
284
  for c in model_data
285
  if c.incentive
286
  },
 
280
 
281
  gr.Label(
282
  value={
283
+ f"{c.namespace}/{c.name} ({c.commit[0:8]}) · (τ{round(c.emission, 2):,})": c.incentive
284
  for c in model_data
285
  if c.incentive
286
  },