Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def extract_sent(doc: str, top_n: int = 3) -> list:
|
|
74 |
|
75 |
except Exception as e:
|
76 |
print(f"Error in extract_sent: {e}")
|
77 |
-
return
|
78 |
|
79 |
|
80 |
final_answer = FinalAnswerTool()
|
|
|
74 |
|
75 |
except Exception as e:
|
76 |
print(f"Error in extract_sent: {e}")
|
77 |
+
return e
|
78 |
|
79 |
|
80 |
final_answer = FinalAnswerTool()
|