Spaces:
Sleeping
Sleeping
IrinaAbdullaeva
commited on
Commit
•
9565264
1
Parent(s):
7b962cc
added logo
Browse files- src/about.py +6 -1
src/about.py
CHANGED
@@ -30,7 +30,12 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
30 |
|
31 |
|
32 |
# Your leaderboard name
|
33 |
-
TITLE = """
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
# What does your leaderboard evaluate?
|
36 |
INTRODUCTION_TEXT = """
|
|
|
30 |
|
31 |
|
32 |
# Your leaderboard name
|
33 |
+
TITLE = """
|
34 |
+
<div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
|
35 |
+
<img src='https://github.com/IrinaArmstrong/MindShift/blob/master/figs/mindshift%20logo1.png?raw=true' style='width: 600px; height: auto; margin-right: 10px;' />
|
36 |
+
</div>
|
37 |
+
|
38 |
+
<h1 align="center" id="space-title">MindShift: Analyzing LLMs Reactions to Psychological Prompts</h1>"""
|
39 |
|
40 |
# What does your leaderboard evaluate?
|
41 |
INTRODUCTION_TEXT = """
|