Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,17 +49,8 @@ def extract_text_from_url(url):
|
|
| 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 |
-
|
| 53 |
-
# # Main UI layout
|
| 54 |
st.title("IESCO Query Application")
|
| 55 |
-
# st.markdown("""
|
| 56 |
-
# <style>
|
| 57 |
-
# .main-content {background-color: #f0f2f6; padding: 20px; border-radius: 10px;}
|
| 58 |
-
# .stButton>button {background-color: #4CAF50; color: white; font-size: 16px; border-radius: 10px;}
|
| 59 |
-
# .stTextInput>div>div>input {background-color: #f0f2f6; color: black; border-radius: 5px;}
|
| 60 |
-
# </style>
|
| 61 |
-
# """, unsafe_allow_html=True)
|
| 62 |
-
|
| 63 |
st.markdown("<div class='main-content'>", unsafe_allow_html=True)
|
| 64 |
|
| 65 |
url = "https://iesco.com.pk/index.php/customer-services/tariff-guide#"
|
|
|
|
| 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#"
|