Mustafa-albakkar commited on
Commit
5422c2f
·
verified ·
1 Parent(s): 120426b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -510,7 +510,7 @@ class GaiaRunner:
510
  # @staticmethod
511
  ATTACHMENTS_DIR = "attachments"
512
  os.makedirs(ATTACHMENTS_DIR, exist_ok=True)
513
-
514
  def download_gaia_attachment(task: dict) -> str:
515
  """
516
  تنزيل المرفق المرتبط بالسؤال من GAIA API وتخزينه محليًا.
 
510
  # @staticmethod
511
  ATTACHMENTS_DIR = "attachments"
512
  os.makedirs(ATTACHMENTS_DIR, exist_ok=True)
513
+ @staticmethod
514
  def download_gaia_attachment(task: dict) -> str:
515
  """
516
  تنزيل المرفق المرتبط بالسؤال من GAIA API وتخزينه محليًا.