pactosecreto commited on
Commit
5f48ec5
1 Parent(s): f9d9dfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks(title="PSYCHOHISTORY") as app:
23
  # Trigger graph generation after JSON is generated
24
 
25
  with gr.Row():
26
- mem_results = gr.Textbox(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
 
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