Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 51 |
|
| 52 |
# UI
|
| 53 |
-
st.title("IESCO
|
| 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#"
|