Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +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 |
deph = gr.Textbox(value="4", label="Deph", scale=2)
|
11 |
num_fut = gr.Textbox(value="4", label="Future Steps", scale=2)
|
12 |
-
|
|
|
|
|
|
|
13 |
with gr.Row():
|
14 |
txt_search = gr.Textbox(value="Peace in Eurasia in 2027", label="Search Term", scale=5)
|
15 |
btn_search = gr.Button("Look", scale=1)
|
|
|
9 |
time_direction = gr.Radio(["Past", "Future"], label="Direction", info="Select time direction",scale=2)
|
10 |
deph = gr.Textbox(value="4", label="Deph", scale=2)
|
11 |
num_fut = gr.Textbox(value="4", label="Future Steps", scale=2)
|
12 |
+
with gr.Column(label="Probability"):
|
13 |
+
spaces_include = gr.Checkbox(label="Hight", value=False)
|
14 |
+
spaces_include = gr.Checkbox(label="Medium", value=False)
|
15 |
+
spaces_include = gr.Checkbox(label="Low", value=False)
|
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)
|