Spaces:
Runtime error
Runtime error
Update processing.py
Browse files- processing.py +1 -2
processing.py
CHANGED
@@ -103,7 +103,6 @@ qa_chain = (
|
|
103 |
| llm
|
104 |
)
|
105 |
|
106 |
-
|
107 |
def load_text(file_path: str) -> str:
|
108 |
with open(file_path, 'r', encoding='utf-8') as file:
|
109 |
return file.read().strip()
|
@@ -188,4 +187,4 @@ Analysis:"""
|
|
188 |
'attachments': empty_analysis.attachment_style,
|
189 |
'bigfive': empty_analysis.big_five_traits,
|
190 |
'personalities': empty_analysis.personality_disorder
|
191 |
-
}}
|
|
|
103 |
| llm
|
104 |
)
|
105 |
|
|
|
106 |
def load_text(file_path: str) -> str:
|
107 |
with open(file_path, 'r', encoding='utf-8') as file:
|
108 |
return file.read().strip()
|
|
|
187 |
'attachments': empty_analysis.attachment_style,
|
188 |
'bigfive': empty_analysis.big_five_traits,
|
189 |
'personalities': empty_analysis.personality_disorder
|
190 |
+
}}
|