Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
20 |
-
img_output2 = gr.Image(label="
|
21 |
-
img_output3 = gr.Image(label="
|
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,
|