Spaces:
Runtime error
Runtime error
erasmopurif
commited on
Commit
β’
2baf27f
1
Parent(s):
fd03ce2
Fixed header
Browse files- 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. π")
|