Rausda6 commited on
Commit
18be79e
·
verified ·
1 Parent(s): 130163b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -238,8 +238,7 @@ Now format the following:
238
  return self.create_fallback_podcast(text)
239
 
240
  def conversation_to_json(self, text: str) -> Dict:
241
- """Convert speaker-formatted text to podcast JSON structure"""
242
- def conversation_to_json(self, text: str) -> Dict:
243
  """Convert speaker-formatted text to podcast JSON structure"""
244
  # Allow leading whitespace and enforce full line match
245
  lines = re.findall(r'^\s*Speaker\s*([12])\s*:\s*(.+)', text, flags=re.MULTILINE)
 
238
  return self.create_fallback_podcast(text)
239
 
240
  def conversation_to_json(self, text: str) -> Dict:
241
+
 
242
  """Convert speaker-formatted text to podcast JSON structure"""
243
  # Allow leading whitespace and enforce full line match
244
  lines = re.findall(r'^\s*Speaker\s*([12])\s*:\s*(.+)', text, flags=re.MULTILINE)