Spaces:
Runtime error
Runtime error
Add google form
Browse files- src/display/about.py +1 -1
src/display/about.py
CHANGED
@@ -59,7 +59,7 @@ class Tasks(Enum):
|
|
59 |
TITLE = """<h1 align="center" id="space-title">Khayyam Challenge (PersianMMLU)</h1>"""
|
60 |
|
61 |
# What does your leaderboard evaluate?
|
62 |
-
INTRODUCTION_TEXT = """"""
|
63 |
# Intro text
|
64 |
# """
|
65 |
|
|
|
59 |
TITLE = """<h1 align="center" id="space-title">Khayyam Challenge (PersianMMLU)</h1>"""
|
60 |
|
61 |
# What does your leaderboard evaluate?
|
62 |
+
INTRODUCTION_TEXT = """You can access the data by filling out the <a href="https://docs.google.com/forms/d/e/1FAIpQLSdqDelX4guHSyrfRWQxLJ1aiyF_aUK4-7wMdYHg4pm1JlRVkg/viewform">form</a>."""
|
63 |
# Intro text
|
64 |
# """
|
65 |
|