Ayesha-Majeed commited on
Commit
e7465c2
·
verified ·
1 Parent(s): 04cbcb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py CHANGED
@@ -173,21 +173,11 @@ with gr.Blocks(
173
  ### Input Tips:
174
  - Select the **pea plant strain** you want to analyze.
175
  - Provide all essential input parameters: **Dose (g/pot), Soil N, Soil P, Soil K, and pH**.
176
- - (Optional) Enter actual observed values for:
177
- - **Chlorophyll (SPAD)**
178
- - **Shoot Length (cm)**
179
- - **Root Length (cm)**
180
- - **Shoot Weight (g)**
181
- - **Root Weight (g)**
182
- - **Yield (g/pot)**
183
- — these will be used to calculate absolute errors.
184
  - Click **“Predict”** to generate the model’s predictions.
185
 
186
  ### Output Tips:
187
  <div>
188
  <p style="margin:6px 0;"><strong>Prediction Table:</strong> Displays model predictions for all plant growth metrics.</p>
189
- <p style="margin:6px 0;"><strong>Actual vs Predicted Comparison:</strong> Shows how close the model predictions are to your entered (or autofilled) values.</p>
190
- <p style="margin:6px 0;"><strong>Absolute Error:</strong> Gives the difference between actual and predicted values for each metric.</p>
191
  <p style="margin:6px 0;"><strong>Debug Logs:</strong> Provides detailed trace of model inputs and internal calculations.</p>
192
  </div>
193
  """
 
173
  ### Input Tips:
174
  - Select the **pea plant strain** you want to analyze.
175
  - Provide all essential input parameters: **Dose (g/pot), Soil N, Soil P, Soil K, and pH**.
 
 
 
 
 
 
 
 
176
  - Click **“Predict”** to generate the model’s predictions.
177
 
178
  ### Output Tips:
179
  <div>
180
  <p style="margin:6px 0;"><strong>Prediction Table:</strong> Displays model predictions for all plant growth metrics.</p>
 
 
181
  <p style="margin:6px 0;"><strong>Debug Logs:</strong> Provides detailed trace of model inputs and internal calculations.</p>
182
  </div>
183
  """