mattritchey commited on
Commit
a793d1c
·
1 Parent(s): eaa161b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ with gr.Blocks() as demo:
43
  level = gr.Textbox(label="Level", placeholder='surface')
44
  greet_btn = gr.Button("Get Max")
45
  # input_vars=[date, variable, level]
46
- output = gr.Textbox(label="Max")
47
  greet_btn.click(fn=get_hrrr_values,
48
  inputs=[date, variable, level],
49
  outputs=output,api_name="addition")
 
43
  level = gr.Textbox(label="Level", placeholder='surface')
44
  greet_btn = gr.Button("Get Max")
45
  # input_vars=[date, variable, level]
46
+ output = gr.Numpy(label="Max")
47
  greet_btn.click(fn=get_hrrr_values,
48
  inputs=[date, variable, level],
49
  outputs=output,api_name="addition")