abdulsamod commited on
Commit
3f054ed
1 Parent(s): fad7719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,5 +32,5 @@ output = gr.outputs.Textbox(label= "Number of Yields")
32
  #create interface
33
  gui = gr.Interface(fn=crop_yield,
34
  inputs=[input1, input2, input3, input4, input5, input6],
35
- outputs=output
36
- description="Here's a simple webapp to calculate the number possible yeild.").launch()
 
32
  #create interface
33
  gui = gr.Interface(fn=crop_yield,
34
  inputs=[input1, input2, input3, input4, input5, input6],
35
+ outputs=output,
36
+ description="Here's a simple webapp to calculate the number possible yeild.").launch()