Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ output = gr.outputs.Textbox(label= "Number of Yields")
|
|
34 |
gui = gr.Interface(fn=crop_yield,
|
35 |
inputs=[input1, input2, input3, input4, input5, input6],
|
36 |
outputs=output,
|
37 |
-
description="Here's a simple webapp to calculate the number of possible yield.").launch()
|
|
|
34 |
gui = gr.Interface(fn=crop_yield,
|
35 |
inputs=[input1, input2, input3, input4, input5, input6],
|
36 |
outputs=output,
|
37 |
+
description="Here's a simple webapp to calculate the number of possible yield.").launch()
|