CoderHassan commited on
Commit
95bd6c7
·
verified ·
1 Parent(s): ddccc8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/customer-services/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/",
 
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/",