jonathang commited on
Commit
f655d6e
1 Parent(s): 23a0a97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ Do not include specific numbers.'''.replace('\n', ' '))
208
 
209
  # Define Gradio interface
210
  iface = gr.Interface(fn=WeatherDraw().step,
211
- inputs=gr.inputs.Text(label="Enter Zipcode"),
212
  outputs=[gr.outputs.Image(), "text", "text", "text", "text"],
213
  title="US Zipcode Weather",
214
  description="Enter a US Zipcode and get some weather.")
 
208
 
209
  # Define Gradio interface
210
  iface = gr.Interface(fn=WeatherDraw().step,
211
+ inputs=gr.inputs.Textbox(label="Enter Zipcode"),
212
  outputs=[gr.outputs.Image(), "text", "text", "text", "text"],
213
  title="US Zipcode Weather",
214
  description="Enter a US Zipcode and get some weather.")