CoderHassan commited on
Commit
d560621
·
verified ·
1 Parent(s): 15ed270

Rename app (2).py to app.py

Browse files
Files changed (1) hide show
  1. app (2).py → app.py +1 -1
app (2).py → app.py RENAMED
@@ -37,7 +37,7 @@ st.sidebar.write("Select appliances, quantity, and usage details to calculate el
37
 
38
  # Tariff Data
39
  def fetch_tariff_data():
40
- """Fetch tariff data from the WAPDA website."""
41
  url = "https://nepra.org.pk/consumer%20affairs/Electricity%20Bill.php" # Replace with actual URL
42
  try:
43
  response = requests.get(url, timeout=10)
 
37
 
38
  # Tariff Data
39
  def fetch_tariff_data():
40
+ """Fetch tariff data from the NEPRA website."""
41
  url = "https://nepra.org.pk/consumer%20affairs/Electricity%20Bill.php" # Replace with actual URL
42
  try:
43
  response = requests.get(url, timeout=10)