Spaces:
Paused
Paused
Update app.py via AI Editor
Browse files
app.py
CHANGED
|
@@ -430,7 +430,7 @@ app.layout = dbc.Container([
|
|
| 430 |
dcc.Store(id='shred-store', data={'text': None, 'docx_name': None}),
|
| 431 |
dcc.Store(id='proposal-store', data={'text': None, 'docx_name': None}),
|
| 432 |
dcc.Store(id='stream-status', data={'streaming': False}),
|
| 433 |
-
dcc.Interval(id='stream-interval', interval=
|
| 434 |
dbc.Row([
|
| 435 |
dbc.Col([
|
| 436 |
dbc.Card([
|
|
|
|
| 430 |
dcc.Store(id='shred-store', data={'text': None, 'docx_name': None}),
|
| 431 |
dcc.Store(id='proposal-store', data={'text': None, 'docx_name': None}),
|
| 432 |
dcc.Store(id='stream-status', data={'streaming': False}),
|
| 433 |
+
dcc.Interval(id='stream-interval', interval=5000, n_intervals=0, disabled=True),
|
| 434 |
dbc.Row([
|
| 435 |
dbc.Col([
|
| 436 |
dbc.Card([
|