Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,11 +133,11 @@ with gr.Blocks(
|
|
| 133 |
row_selector = gr.Dropdown(row_options, label="Select Row", value="None, Enter Manually")
|
| 134 |
|
| 135 |
gr.Markdown("### Input Parameters")
|
| 136 |
-
dose = gr.Number(label="Dose (g/pot)"
|
| 137 |
-
soil_n = gr.Number(label="Soil N (ppm)"
|
| 138 |
-
soil_p = gr.Number(label="Soil P (ppm)"
|
| 139 |
-
soil_k = gr.Number(label="Soil K (ppm)"
|
| 140 |
-
ph = gr.Number(label="pH"
|
| 141 |
|
| 142 |
gr.Markdown("### Autofilled Actual Metrics (from Excel)")
|
| 143 |
chlorophyll = gr.Number(label="Chlorophyll (SPAD)")
|
|
|
|
| 133 |
row_selector = gr.Dropdown(row_options, label="Select Row", value="None, Enter Manually")
|
| 134 |
|
| 135 |
gr.Markdown("### Input Parameters")
|
| 136 |
+
dose = gr.Number(label="Dose (g/pot)") # placeholder="Enter value"
|
| 137 |
+
soil_n = gr.Number(label="Soil N (ppm)")
|
| 138 |
+
soil_p = gr.Number(label="Soil P (ppm)")
|
| 139 |
+
soil_k = gr.Number(label="Soil K (ppm)")
|
| 140 |
+
ph = gr.Number(label="pH")
|
| 141 |
|
| 142 |
gr.Markdown("### Autofilled Actual Metrics (from Excel)")
|
| 143 |
chlorophyll = gr.Number(label="Chlorophyll (SPAD)")
|