CoderHassan commited on
Commit
b792d88
·
verified ·
1 Parent(s): 9738b90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -4,8 +4,8 @@ import streamlit as st
4
  import pandas as pd
5
  from scraper import scrape_tariffs
6
 
7
- # Streamlit App: Electricity Bill & Carbon Footprint Estimator
8
- st.title("🔌 Electricity Bill & Carbon Footprint Estimator")
9
  st.sidebar.header("⚙️ User Input")
10
 
11
  # Tariff URLs for scraping
@@ -121,7 +121,6 @@ st.markdown("---")
121
  st.markdown(
122
  "<div style='text-align: center; padding: 10px;'>"
123
  "Designed by EnergyGuru - Powered by AI Driven Tracker<br>"
124
- "App deployed on Hugging Face, Streamlit as frontend."
125
  "</div>",
126
  unsafe_allow_html=True
127
  )
 
4
  import pandas as pd
5
  from scraper import scrape_tariffs
6
 
7
+ # Streamlit App: EnergyGuru_PowerCalc: AI-Driven Bill & Carbon Footprint Tracker
8
+ st.title(" EnergyGuru_PowerCalc: AI-Driven Bill & Carbon Footprint Tracker")
9
  st.sidebar.header("⚙️ User Input")
10
 
11
  # Tariff URLs for scraping
 
121
  st.markdown(
122
  "<div style='text-align: center; padding: 10px;'>"
123
  "Designed by EnergyGuru - Powered by AI Driven Tracker<br>"
 
124
  "</div>",
125
  unsafe_allow_html=True
126
  )