Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ st.sidebar.header("⚙️ User Input")
|
|
| 14 |
|
| 15 |
# Tariff URLs for scraping
|
| 16 |
tariff_urls = {
|
| 17 |
-
"IESCO": "https://iesco.com.pk/index.php/
|
| 18 |
"FESCO": "https://fesco.com.pk/tariff",
|
| 19 |
"HESCO": "http://www.hesco.gov.pk/htmls/tariffs.htm",
|
| 20 |
"KE": "https://www.ke.com.pk/customer-services/tariff-structure/",
|
|
|
|
| 14 |
|
| 15 |
# Tariff URLs for scraping
|
| 16 |
tariff_urls = {
|
| 17 |
+
"IESCO": "https://iesco.com.pk/index.php/tariff-guide",
|
| 18 |
"FESCO": "https://fesco.com.pk/tariff",
|
| 19 |
"HESCO": "http://www.hesco.gov.pk/htmls/tariffs.htm",
|
| 20 |
"KE": "https://www.ke.com.pk/customer-services/tariff-structure/",
|