Revert "Move Run Workflow button to top of page" (#4614)

This commit is contained in:
Suchintan
2026-02-02 23:44:04 -08:00
committed by GitHub
parent ebe43e12b1
commit 1fcd659c38
9 changed files with 136 additions and 86 deletions

View File

@@ -67,6 +67,7 @@ class FileType(StrEnum):
CSV = "csv"
EXCEL = "excel"
PDF = "pdf"
IMAGE = "image"
class PDFFormat(StrEnum):