Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -6
src/streamlit_app.py
CHANGED
|
@@ -5,7 +5,7 @@ st.set_page_config(page_title="LLM API Budget Dashboard", layout="wide")
|
|
| 5 |
|
| 6 |
# Title and description
|
| 7 |
st.title("LLM API Budget Dashboard")
|
| 8 |
-
|
| 9 |
|
| 10 |
# Define LLM models and their costs
|
| 11 |
llm_data = {
|
|
@@ -190,8 +190,4 @@ with right_col:
|
|
| 190 |
data=csv,
|
| 191 |
file_name='llm_budget_results.csv',
|
| 192 |
mime='text/csv',
|
| 193 |
-
)
|
| 194 |
-
|
| 195 |
-
# Footer
|
| 196 |
-
st.markdown("---")
|
| 197 |
-
st.markdown("*Note: All costs are estimates based on the provided rates. Actual API costs may vary.*")
|
|
|
|
| 5 |
|
| 6 |
# Title and description
|
| 7 |
st.title("LLM API Budget Dashboard")
|
| 8 |
+
|
| 9 |
|
| 10 |
# Define LLM models and their costs
|
| 11 |
llm_data = {
|
|
|
|
| 190 |
data=csv,
|
| 191 |
file_name='llm_budget_results.csv',
|
| 192 |
mime='text/csv',
|
| 193 |
+
)
|
|
|
|
|
|
|
|
|
|
|
|