Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
# Define the list of items with their questions and whether they are reverse-scored
|
4 |
items = [
|
5 |
{'BFI': 'BFI_1', 'question': 'Talks a lot', 'reverse': False},
|
6 |
-
{'BFI': 'BFI_2', 'question': 'Notices other people's weak points', 'reverse': True},
|
7 |
{'BFI': 'BFI_3', 'question': 'Does things carefully and completely', 'reverse': False},
|
8 |
{'BFI': 'BFI_4', 'question': 'Is sad, depressed', 'reverse': False},
|
9 |
{'BFI': 'BFI_5', 'question': 'Is original, comes up with new ideas', 'reverse': False},
|
|
|
3 |
# Define the list of items with their questions and whether they are reverse-scored
|
4 |
items = [
|
5 |
{'BFI': 'BFI_1', 'question': 'Talks a lot', 'reverse': False},
|
6 |
+
{'BFI': 'BFI_2', 'question': 'Notices other people\'s weak points', 'reverse': True},
|
7 |
{'BFI': 'BFI_3', 'question': 'Does things carefully and completely', 'reverse': False},
|
8 |
{'BFI': 'BFI_4', 'question': 'Is sad, depressed', 'reverse': False},
|
9 |
{'BFI': 'BFI_5', 'question': 'Is original, comes up with new ideas', 'reverse': False},
|