Spaces:
Sleeping
Sleeping
Francisco Zanartu
commited on
Commit
·
52c15f4
1
Parent(s):
fe89393
fix prompt KeyError 'Response' to 'example_response'
Browse files- utils/core.py +1 -1
utils/core.py
CHANGED
@@ -134,7 +134,7 @@ class HamburgerStyle:
|
|
134 |
"misinformation": misinformation,
|
135 |
"detected_fallacy": detected_fallacy,
|
136 |
"fallacy_definition": fallacy_definition,
|
137 |
-
"
|
138 |
"example_myth": example_myth,
|
139 |
"factual_information": self.hamburger[1].content,
|
140 |
}
|
|
|
134 |
"misinformation": misinformation,
|
135 |
"detected_fallacy": detected_fallacy,
|
136 |
"fallacy_definition": fallacy_definition,
|
137 |
+
"example_response": fact,
|
138 |
"example_myth": example_myth,
|
139 |
"factual_information": self.hamburger[1].content,
|
140 |
}
|