Spaces:
Sleeping
Sleeping
Updated references & title
Browse files
app.py
CHANGED
@@ -56,7 +56,6 @@ def format_number(value):
|
|
56 |
return '{:,.2f}'.format(value) # Format with commas
|
57 |
|
58 |
# Streamlit App
|
59 |
-
st.image("https://cognizant.scene7.com/is/content/cognizant/COG-Logo-2022-1?fmt=png-alpha", width=150)
|
60 |
st.title("Cloud Components Cost Optimization and Forecasting", anchor="header")
|
61 |
|
62 |
# Add a sidebar for navigation
|
|
|
56 |
return '{:,.2f}'.format(value) # Format with commas
|
57 |
|
58 |
# Streamlit App
|
|
|
59 |
st.title("Cloud Components Cost Optimization and Forecasting", anchor="header")
|
60 |
|
61 |
# Add a sidebar for navigation
|