Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ demo = gr.Interface(
|
|
71 |
gr.Textbox(
|
72 |
label="Date",
|
73 |
value=get_curday,
|
74 |
-
info="Date from which the prediction is made, use format
|
75 |
),
|
76 |
gr.Slider(
|
77 |
minimum=1,
|
@@ -80,7 +80,7 @@ demo = gr.Interface(
|
|
80 |
step=1,
|
81 |
label="n_weeks",
|
82 |
info="Information of the past n weeks will be utilized, choose between 1 and 4"
|
83 |
-
)
|
84 |
],
|
85 |
outputs="Response"
|
86 |
)
|
|
|
71 |
gr.Textbox(
|
72 |
label="Date",
|
73 |
value=get_curday,
|
74 |
+
info="Date from which the prediction is made, use format yyyy-mm-dd"
|
75 |
),
|
76 |
gr.Slider(
|
77 |
minimum=1,
|
|
|
80 |
step=1,
|
81 |
label="n_weeks",
|
82 |
info="Information of the past n weeks will be utilized, choose between 1 and 4"
|
83 |
+
)
|
84 |
],
|
85 |
outputs="Response"
|
86 |
)
|