Spaces:
Runtime error
Runtime error
masa729406
commited on
Commit
Β·
86fd1b3
1
Parent(s):
230f893
Update app.py
Browse files
app.py
CHANGED
@@ -279,7 +279,7 @@ with gr.Blocks() as demo:
|
|
279 |
)
|
280 |
with gr.Row():
|
281 |
with gr.Column():
|
282 |
-
date_input = gr.Checkbox(label='Do you want to predict audiences')
|
283 |
prediction_btn = gr.Button(value="predict")
|
284 |
with gr.Column():
|
285 |
prediction = gr.Plot(label = "ζη³»εγγγγ")
|
|
|
279 |
)
|
280 |
with gr.Row():
|
281 |
with gr.Column():
|
282 |
+
date_input = gr.Checkbox(label='Do you want to predict audiences?')
|
283 |
prediction_btn = gr.Button(value="predict")
|
284 |
with gr.Column():
|
285 |
prediction = gr.Plot(label = "ζη³»εγγγγ")
|