cryptocalypse commited on
Commit
295a917
1 Parent(s): 64f06f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -23,9 +23,9 @@ with gr.Blocks(title="PSYCHOHISTORY") as app:
23
  # Trigger graph generation after JSON is generated
24
 
25
  with gr.Row():
26
- mem_results = gr.JSON(label="Predicted Futures") # Futures predicted
27
- mem_results2 = gr.JSON(label="Radians Slow Path")
28
- mem_results3 = gr.JSON(label="Radians Best Path")
29
  #counter_results = gr.JSON(label="Counter Activity") # Wich activities are against the event
30
  #dark_results = gr.JSON(label="Dark Forces") #Who makes not happend
31
  btn_search.click(
 
23
  # Trigger graph generation after JSON is generated
24
 
25
  with gr.Row():
26
+ mem_results = gr.JSON(label="Predicted Futures",scale=2) # Futures predicted
27
+ mem_results2 = gr.JSON(label="Radians Slow Path",scale=1)
28
+ mem_results3 = gr.JSON(label="Radians Best Path",scale=1)
29
  #counter_results = gr.JSON(label="Counter Activity") # Wich activities are against the event
30
  #dark_results = gr.JSON(label="Dark Forces") #Who makes not happend
31
  btn_search.click(