Spaces:
Sleeping
Sleeping
Commit
·
6f62e72
1
Parent(s):
f75cf1f
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def get_rtma_values(date,time,days_head,variable):
|
|
46 |
with gr.Blocks(show_api=True) as demo:
|
47 |
date = gr.Textbox(label="Date",placeholder='20220927')
|
48 |
time = gr.Textbox(label="Time",placeholder='1200')
|
49 |
-
days_head = gr.Textbox(label="Days Ahead" ,placeholder=1)
|
50 |
variable = gr.Textbox(label="Variable",placeholder='GUST')
|
51 |
greet_btn = gr.Button("Get Matrix")
|
52 |
output = gr.Numpy(label="Matrix")
|
|
|
46 |
with gr.Blocks(show_api=True) as demo:
|
47 |
date = gr.Textbox(label="Date",placeholder='20220927')
|
48 |
time = gr.Textbox(label="Time",placeholder='1200')
|
49 |
+
days_head = gr.Textbox(label="Days Ahead" ,placeholder='1')
|
50 |
variable = gr.Textbox(label="Variable",placeholder='GUST')
|
51 |
greet_btn = gr.Button("Get Matrix")
|
52 |
output = gr.Numpy(label="Matrix")
|