cryptocalypse commited on
Commit
b0bbce0
·
verified ·
1 Parent(s): 8994f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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
- spaces_include = gr.Checkbox(label="Hight", value=False)
13
- spaces_include = gr.Checkbox(label="Medium", value=False)
14
- spaces_include = gr.Checkbox(label="Low", value=False)
 
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)