Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import warnings
|
|
| 7 |
warnings.filterwarnings('ignore')
|
| 8 |
|
| 9 |
# ---------------- Load data ----------------
|
| 10 |
-
data_path = "
|
| 11 |
sheet1 = pd.read_excel(data_path, sheet_name="Sheet1")
|
| 12 |
sheet2 = pd.read_excel(data_path, sheet_name="Sheet2")
|
| 13 |
|
|
@@ -254,7 +254,7 @@ with gr.Blocks(
|
|
| 254 |
# Header
|
| 255 |
gr.HTML(f"""
|
| 256 |
<div class="ey-header">
|
| 257 |
-
<img src="
|
| 258 |
onerror="this.src='https://www.ey.com/content/dam/ey-unified-site/ey-com/en-in/generic/images/ey-logo-black.png'">
|
| 259 |
<div style="display:inline-block; vertical-align:middle;">
|
| 260 |
<div style="font-size:26px; font-weight:700; color:{EY_COLORS['black']};">Effort Estimation Tool</div>
|
|
|
|
| 7 |
warnings.filterwarnings('ignore')
|
| 8 |
|
| 9 |
# ---------------- Load data ----------------
|
| 10 |
+
data_path = "Effort Estimation Sample Data.xlsx"
|
| 11 |
sheet1 = pd.read_excel(data_path, sheet_name="Sheet1")
|
| 12 |
sheet2 = pd.read_excel(data_path, sheet_name="Sheet2")
|
| 13 |
|
|
|
|
| 254 |
# Header
|
| 255 |
gr.HTML(f"""
|
| 256 |
<div class="ey-header">
|
| 257 |
+
<img src="EY Logo.png" alt="EY Logo"
|
| 258 |
onerror="this.src='https://www.ey.com/content/dam/ey-unified-site/ey-com/en-in/generic/images/ey-logo-black.png'">
|
| 259 |
<div style="display:inline-block; vertical-align:middle;">
|
| 260 |
<div style="font-size:26px; font-weight:700; color:{EY_COLORS['black']};">Effort Estimation Tool</div>
|