tatianija commited on
Commit
5c2e295
·
verified ·
1 Parent(s): 426fe9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -469,7 +469,7 @@ class IntelligentAgent:
469
 
470
  return "\n\n" + "="*50 + "\n".join(formatted_content) + "\n" + "="*50
471
 
472
- def _detect_and_process_direct_attachment(self, file_name: str) -> Tuple[List[str], List[str], List[str]]:
473
  """
474
  Detect and process a single attachment directly attached to a question (not as a URL).
475
  Returns (image_files, audio_files, code_files)
 
469
 
470
  return "\n\n" + "="*50 + "\n".join(formatted_content) + "\n" + "="*50
471
 
472
+ def _detect_and_process_direct_attachments(self, file_name: str) -> Tuple[List[str], List[str], List[str]]:
473
  """
474
  Detect and process a single attachment directly attached to a question (not as a URL).
475
  Returns (image_files, audio_files, code_files)