shaheerawan3 commited on
Commit
ce128f9
·
verified ·
1 Parent(s): ea900c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"""