Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- research_manager.py +3 -1
research_manager.py
CHANGED
@@ -97,4 +97,6 @@ class ResearchManager:
|
|
97 |
return questions.final_output
|
98 |
except Exception as e:
|
99 |
print(f"Error generating questions: {e}")
|
100 |
-
return ""
|
|
|
|
|
|
97 |
return questions.final_output
|
98 |
except Exception as e:
|
99 |
print(f"Error generating questions: {e}")
|
100 |
+
return ""
|
101 |
+
|
102 |
+
|