Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ css_code='div {margin-left: auto; margin-right: auto; width: 100%;\
|
|
64 |
background-image: url("https://drive.google.com/file/d/1MZmYop1st_lAuDbvKIuTbjxj-xjPtwX-/view?usp=sharing"); repeat 0 0;}'
|
65 |
|
66 |
gr.Interface(predict,
|
67 |
-
title =
|
68 |
description = description,
|
69 |
# css=css_code,
|
70 |
inputs=[gr.Slider(0,6,1, step= 1, label='Select number of days ahead.'), gr.Slider(0,23,1, step= 1, label='Select hour of the day.')],
|
|
|
64 |
background-image: url("https://drive.google.com/file/d/1MZmYop1st_lAuDbvKIuTbjxj-xjPtwX-/view?usp=sharing"); repeat 0 0;}'
|
65 |
|
66 |
gr.Interface(predict,
|
67 |
+
title = title,
|
68 |
description = description,
|
69 |
# css=css_code,
|
70 |
inputs=[gr.Slider(0,6,1, step= 1, label='Select number of days ahead.'), gr.Slider(0,23,1, step= 1, label='Select hour of the day.')],
|