Hemg commited on
Commit
881c642
·
verified ·
1 Parent(s): fa04a9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ iface = gr.Interface(
78
  inputs=[
79
  gr.Radio(["Kathmandu", "Bhaktapur", "Lalitpur", "Kritipur"], label="Location"),
80
  gr.Slider(minimum=1000000, maximum=1700000, label="College Fee"),
81
- gr.Slider(minimum=2, maximum=3, label="GPA"), # Fixed GPA input
82
  gr.Slider(minimum=2019, maximum=2025, step=1, label="Year"),
83
  gr.Radio(["MSc IT & Applied Security", "BSc (Hons) Computing", "BSc (Hons) Computing with Artificial Intelligence",
84
  "BSc (Hons) Computer Networking & IT Security", "BSc (Hons) Multimedia Technologies", "MBA",
 
78
  inputs=[
79
  gr.Radio(["Kathmandu", "Bhaktapur", "Lalitpur", "Kritipur"], label="Location"),
80
  gr.Slider(minimum=1000000, maximum=1700000, label="College Fee"),
81
+ gr.Slider(minimum=1, maximum=3, label="GPA"), # Fixed GPA input
82
  gr.Slider(minimum=2019, maximum=2025, step=1, label="Year"),
83
  gr.Radio(["MSc IT & Applied Security", "BSc (Hons) Computing", "BSc (Hons) Computing with Artificial Intelligence",
84
  "BSc (Hons) Computer Networking & IT Security", "BSc (Hons) Multimedia Technologies", "MBA",