Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@ with gr.Blocks(title="PSYCHOHISTORY") as app:
|
|
| 9 |
time_direction = gr.Radio(["Past", "Future"], label="Direction", info="Select time direction",scale=2)
|
| 10 |
num_fut = gr.Textbox(value="4", label="Future Steps", scale=2)
|
| 11 |
with gr.Column():
|
| 12 |
-
|
| 13 |
-
spaces_include = gr.Checkbox(label="Hight", value=True)
|
| 14 |
spaces_include = gr.Checkbox(label="Medium", value=True)
|
| 15 |
spaces_include = gr.Checkbox(label="Low", value=True)
|
| 16 |
with gr.Row():
|
|
|
|
| 9 |
time_direction = gr.Radio(["Past", "Future"], label="Direction", info="Select time direction",scale=2)
|
| 10 |
num_fut = gr.Textbox(value="4", label="Future Steps", scale=2)
|
| 11 |
with gr.Column():
|
| 12 |
+
|
| 13 |
+
spaces_include = gr.Checkbox(label="Hight", value=True,info="Probabilities")
|
| 14 |
spaces_include = gr.Checkbox(label="Medium", value=True)
|
| 15 |
spaces_include = gr.Checkbox(label="Low", value=True)
|
| 16 |
with gr.Row():
|