Spaces:
Running
Running
Commit
·
c56ea0e
1
Parent(s):
bb59fcd
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from io import BytesIO
|
|
| 6 |
|
| 7 |
# Set up page config
|
| 8 |
st.set_page_config(
|
| 9 |
-
page_title="
|
| 10 |
layout="wide"
|
| 11 |
)
|
| 12 |
|
|
@@ -15,8 +15,8 @@ with open("_header.md", "r") as f:
|
|
| 15 |
HEADER_MD = f.read()
|
| 16 |
|
| 17 |
# Load the image
|
| 18 |
-
image = Image.open("
|
| 19 |
-
logo_image = Image.open("
|
| 20 |
|
| 21 |
# Custom CSS for the page
|
| 22 |
st.markdown(
|
|
|
|
| 6 |
|
| 7 |
# Set up page config
|
| 8 |
st.set_page_config(
|
| 9 |
+
page_title="VeriFact Leaderboard",
|
| 10 |
layout="wide"
|
| 11 |
)
|
| 12 |
|
|
|
|
| 15 |
HEADER_MD = f.read()
|
| 16 |
|
| 17 |
# Load the image
|
| 18 |
+
image = Image.open("verifact_steps.png")
|
| 19 |
+
logo_image = Image.open("verifact_steps.png")
|
| 20 |
|
| 21 |
# Custom CSS for the page
|
| 22 |
st.markdown(
|