erasmopurif commited on
Commit
2baf27f
β€’
1 Parent(s): fd03ce2

Fixed header

Browse files
Files changed (1) hide show
  1. pages/1_Framework.py +1 -1
pages/1_Framework.py CHANGED
@@ -18,7 +18,7 @@ import random
18
  st.set_page_config(layout="wide")
19
  # st.warning('Note: We are running out with GPU problems. The GNN models are currently running on CPU and some of the Framework capabilities may not be available. We apologise for the inconvenience and we will fix that soon.', icon="⚠️")
20
 
21
- st.header('')
22
  ovgu_img = Image.open('imgs/logo_ovgu_fin_en.jpg')
23
  st.image(ovgu_img)
24
  st.title("FairUP: a Framework for Fairness Analysis of Graph Neural Network-Based User Profiling Models. πŸš€")
 
18
  st.set_page_config(layout="wide")
19
  # st.warning('Note: We are running out with GPU problems. The GNN models are currently running on CPU and some of the Framework capabilities may not be available. We apologise for the inconvenience and we will fix that soon.', icon="⚠️")
20
 
21
+ # st.header('')
22
  ovgu_img = Image.open('imgs/logo_ovgu_fin_en.jpg')
23
  st.image(ovgu_img)
24
  st.title("FairUP: a Framework for Fairness Analysis of Graph Neural Network-Based User Profiling Models. πŸš€")