update app
Browse files
app.py
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
|
|
4 |
|
5 |
-
st.title("
|
6 |
|
7 |
# Load the Excel file
|
8 |
df = pd.read_excel("metrics.xlsx")
|
|
|
1 |
import streamlit as st
|
2 |
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")
|