Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
])
|