abdulsamod commited on
Commit
4e52a61
1 Parent(s): e206f77

Update app.py

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