Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,6 @@ import pandas as pd
|
|
3 |
|
4 |
st.set_page_config(page_title="OntoLearner Benchmark", layout="wide")
|
5 |
|
6 |
-
st.title("Ontology Metrics")
|
7 |
-
|
8 |
# Load the Excel file
|
9 |
df = pd.read_excel("metrics.xlsx")
|
10 |
|
|
|
3 |
|
4 |
st.set_page_config(page_title="OntoLearner Benchmark", layout="wide")
|
5 |
|
|
|
|
|
6 |
# Load the Excel file
|
7 |
df = pd.read_excel("metrics.xlsx")
|
8 |
|