Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,10 @@ 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="
|
14 |
-
spaces_include = gr.Checkbox(label="
|
|
|
15 |
with gr.Row():
|
16 |
txt_search = gr.Textbox(value="Peace in Eurasia in 2027", label="Search Term", scale=5)
|
17 |
btn_search = gr.Button("Look", scale=1)
|
|
|
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 |
+
gr.Label(label="Probabilities")
|
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():
|
17 |
txt_search = gr.Textbox(value="Peace in Eurasia in 2027", label="Search Term", scale=5)
|
18 |
btn_search = gr.Button("Look", scale=1)
|