From 6b0149615dc936b66c6373e7aff8be7e40ecc1ce 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 8d3ca0f..df722be 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