Spaces:
Runtime error
Runtime error
masa729406
commited on
Commit
Β·
00f36ec
1
Parent(s):
de7fe7c
Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ with gr.Blocks() as demo:
|
|
310 |
)
|
311 |
with gr.Row():
|
312 |
with gr.Column():
|
313 |
-
date_input = gr.Checkbox(label='
|
314 |
prediction_btn = gr.Button(value="predict")
|
315 |
with gr.Column():
|
316 |
prediction = gr.Plot(label = "ζη³»εγγγγ")
|
|
|
310 |
)
|
311 |
with gr.Row():
|
312 |
with gr.Column():
|
313 |
+
date_input = gr.Checkbox(label='predict')
|
314 |
prediction_btn = gr.Button(value="predict")
|
315 |
with gr.Column():
|
316 |
prediction = gr.Plot(label = "ζη³»εγγγγ")
|