Spaces:
Sleeping
Sleeping
added logo
Browse files- src/about.py +5 -1
src/about.py
CHANGED
|
@@ -30,7 +30,11 @@ 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: 500px; height: auto; margin-right: 10px;' />
|
| 36 |
+
</div>
|
| 37 |
+
<h1 align="center" id="space-title">MindShift: Analyzing LLMs Reactions to Psychological Prompts</h1>"""
|
| 38 |
|
| 39 |
# What does your leaderboard evaluate?
|
| 40 |
INTRODUCTION_TEXT = """
|