prithivMLmods commited on
Commit
e91a769
·
verified ·
1 Parent(s): b84e73a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from transformers import Qwen2_5_VLForConditionalGeneration
18
  # ---------------------------
19
  # Helper Functions
20
  # ---------------------------
21
- def progress_bar_html(label: str, primary_color: str = "#FF69B4", secondary_color: str = "#FFB6C1") -> str:
22
  """
23
  Returns an HTML snippet for a thin animated progress bar with a label.
24
  Colors can be customized; default colors are used for Qwen2VL/Aya‑Vision.
 
18
  # ---------------------------
19
  # Helper Functions
20
  # ---------------------------
21
+ def progress_bar_html(label: str, primary_color: str = "#FF0000", secondary_color: str = "#FF4500") -> str:
22
  """
23
  Returns an HTML snippet for a thin animated progress bar with a label.
24
  Colors can be customized; default colors are used for Qwen2VL/Aya‑Vision.