QuaidKhalid commited on
Commit
bd2dd04
·
verified ·
1 Parent(s): ed38f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,10 +47,10 @@ def extract_text_from_url(url):
47
  return text
48
 
49
  # Set the page layout to wide for better UI space
50
- st.set_page_config(page_title="IESCO Query Application", layout="wide")
51
 
52
  # UI
53
- st.title("IESCO Query Application")
54
  st.markdown("<div class='main-content'>", unsafe_allow_html=True)
55
 
56
  url = "https://iesco.com.pk/index.php/customer-services/tariff-guide#"
 
47
  return text
48
 
49
  # Set the page layout to wide for better UI space
50
+ st.set_page_config(page_title="IESCO Tariff Guide", layout="wide")
51
 
52
  # UI
53
+ st.title("IESCO Tariff Guide")
54
  st.markdown("<div class='main-content'>", unsafe_allow_html=True)
55
 
56
  url = "https://iesco.com.pk/index.php/customer-services/tariff-guide#"