From c428681dadc64820b682309d4394190da2c503c1 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Fri, 12 Jan 2024 12:19:57 -0600
Subject: [PATCH] Update min gpu to 0 in the form

---
 form.yml.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/form.yml.erb b/form.yml.erb
index 9070e1b..24cbb04 100644
--- a/form.yml.erb
+++ b/form.yml.erb
@@ -27,7 +27,7 @@ attributes:
     widget: "number_field"
     label: Number of GPUs
     value: 1
-    min: 1
+    min: 0
     max: 4
     step: 1
 
-- 
GitLab