Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ class EnhancedBookGenerator:
|
|
174 |
content_parts.append(generated)
|
175 |
remaining_words -= len(generated.split())
|
176 |
|
177 |
-
return ' '.join(content_parts
|
178 |
|
179 |
def _enhance_content(self, content: str, facts: List[str]) -> str:
|
180 |
"""Enhance content with facts and structure"""
|
|
|
174 |
content_parts.append(generated)
|
175 |
remaining_words -= len(generated.split())
|
176 |
|
177 |
+
return ' '.join(content_parts)
|
178 |
|
179 |
def _enhance_content(self, content: str, facts: List[str]) -> str:
|
180 |
"""Enhance content with facts and structure"""
|