mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-01-18 17:08:48 +00:00
up
This commit is contained in:
parent
cec4b07b4a
commit
ab84313def
@ -12,8 +12,7 @@ html.Div([], id='sites', className='sites'),
|
||||
#dcc.Input(className='search', type='search', list=[1,2,3]),
|
||||
dcc.Dropdown(options=[], id='search', placeholder='Поиск...'),
|
||||
|
||||
# TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO
|
||||
dcc.Interval(id='interval-component', interval=1000*1000, n_intervals=0)
|
||||
dcc.Interval(id='interval-component', interval=1*1000, n_intervals=0)
|
||||
|
||||
], className='main')], className='content')
|
||||
|
||||
@ -57,6 +56,5 @@ def update_search(n):
|
||||
res.append(i)
|
||||
return res
|
||||
|
||||
#if __name__ == '__main__':
|
||||
#app.run(debug=True, port = 9000)
|
||||
app.run(debug=False, port = 9000)
|
||||
|
Loading…
Reference in New Issue
Block a user