Spaces:
Build error
Build error
Rename app (2).py to app.py
Browse files- 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
|
| 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)
|