cryptocalypse commited on
Commit
53c470b
·
verified ·
1 Parent(s): 8ec444b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,9 +16,9 @@ with gr.Blocks(title="PSYCHOHISTORY") as app:
16
  )
17
 
18
  with gr.Row():
19
- img_output = gr.Image(label="Graph Visualization", type="filepath") # Add an Image component
20
- img_output2 = gr.Image(label="More probable", type="filepath")
21
- img_output3 = gr.Image(label="Longest Path", type="filepath")
22
  # Trigger graph generation after JSON is generated
23
  mem_results.change(
24
  psychohistory.main,
 
16
  )
17
 
18
  with gr.Row():
19
+ img_output = gr.Image(label="Global Graph ", type="filepath") # Add an Image component
20
+ img_output2 = gr.Image(label="Most likely", type="filepath")
21
+ img_output3 = gr.Image(label="The slowest", type="filepath")
22
  # Trigger graph generation after JSON is generated
23
  mem_results.change(
24
  psychohistory.main,