ehagey commited on
Commit
879ca1c
·
verified ·
1 Parent(s): e7a1ff1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -2
src/streamlit_app.py CHANGED
@@ -20,8 +20,7 @@ llm_df = pd.DataFrame([
20
  {
21
  "Model": model,
22
  "Input Cost ($/M tokens)": data["input_cost_per_m"],
23
- "Output Cost ($/M tokens)": data["output_cost_per_m"],
24
- "Description": data["description"]
25
  }
26
  for model, data in llm_data.items()
27
  ])
 
20
  {
21
  "Model": model,
22
  "Input Cost ($/M tokens)": data["input_cost_per_m"],
23
+ "Output Cost ($/M tokens)": data["output_cost_per_m"]
 
24
  }
25
  for model, data in llm_data.items()
26
  ])