abdulsamod commited on
Commit
79cdaa6
1 Parent(s): f5e7388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()