IrinaAbdullaeva commited on
Commit
90366d4
1 Parent(s): 9565264

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +1 -1
src/about.py CHANGED
@@ -32,7 +32,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
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>"""
 
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
 
38
  <h1 align="center" id="space-title">MindShift: Analyzing LLMs Reactions to Psychological Prompts</h1>"""