cryptocalypse commited on
Commit
509213c
·
verified ·
1 Parent(s): b0bbce0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 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():
 
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():