abdulsamod commited on
Commit
243db99
1 Parent(s): 1a83027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,11 +20,11 @@ input2 = gr.inputs.Number(label="Size of land (Hectare)")
20
  #input object3
21
  input3 = gr.inputs.Number(label="Number of Bags")
22
  #input object 3
23
- input4 = gr.inputs.Number(label="Soil Type\nInput: 0 for Loamy Soil and 1 for others")
24
  #input object 3
25
- input5 = gr.inputs.Number(label="Type of Seed\nInput: 0 for White Seed and 1 for other")
26
  #input object 3
27
- input6 = gr.inputs.Number(label="Color of Seeds\nInput: 0 for White Seed and 1 for Yellow Seed")
28
 
29
 
30
  #output object
 
20
  #input object3
21
  input3 = gr.inputs.Number(label="Number of Bags")
22
  #input object 3
23
+ input4 = gr.inputs.Number(label="Soil Type Input: 0 for Loamy Soil and 1 for others")
24
  #input object 3
25
+ input5 = gr.inputs.Number(label="Type of Seed Input: 0 for Super Seed and 1 for others")
26
  #input object 3
27
+ input6 = gr.inputs.Number(label="Color of Seeds Input: 0 for White Seed and 1 for others")
28
 
29
 
30
  #output object