ehagey commited on
Commit
be672c6
·
verified ·
1 Parent(s): 5af2655

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- st.markdown("This dashboard helps you budget your API calls to various LLMs based on input and output tokens.")
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
+ )