Update app.py
Browse files
app.py
CHANGED
|
@@ -323,8 +323,8 @@ with gr.Blocks() as demo:
|
|
| 323 |
soil_data_input = gr.Textbox(label="Enter your soil data", placeholder="Description, Structure, Biology", visible=False)
|
| 324 |
yield_data_input = gr.Textbox(label="Enter your yield data", placeholder="Quantity, Quality", visible=False)
|
| 325 |
|
| 326 |
-
original_outputs =
|
| 327 |
-
xml_outputs =
|
| 328 |
|
| 329 |
with gr.Row():
|
| 330 |
farm_output_box = gr.Textbox(label="Fields and Activities Output Data")
|
|
|
|
| 323 |
soil_data_input = gr.Textbox(label="Enter your soil data", placeholder="Description, Structure, Biology", visible=False)
|
| 324 |
yield_data_input = gr.Textbox(label="Enter your yield data", placeholder="Quantity, Quality", visible=False)
|
| 325 |
|
| 326 |
+
original_outputs = []
|
| 327 |
+
xml_outputs = []
|
| 328 |
|
| 329 |
with gr.Row():
|
| 330 |
farm_output_box = gr.Textbox(label="Fields and Activities Output Data")
|