magcheong commited on
Commit
df7f764
1 Parent(s): 2fda9ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = <b>title</b>,
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.')],