hamedbabaeigiglou commited on
Commit
e45e332
·
verified ·
1 Parent(s): 02dc62f

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,8 +1,9 @@
1
  import streamlit as st
2
  import pandas as pd
3
 
 
4
 
5
- st.title("OntoLearner Benchmark Metrics")
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")