Update app.py
Browse files
app.py
CHANGED
@@ -98,10 +98,12 @@ with gr.Blocks() as iface:
|
|
98 |
heatmap_video = gr.Video(label="Video with Anomaly Heatmap")
|
99 |
combined_mse_plot = gr.Plot(label="Combined MSE Plot")
|
100 |
correlation_heatmap_plot = gr.Plot(label="Correlation Heatmap")
|
101 |
-
|
102 |
-
gr.
|
103 |
-
|
104 |
-
|
|
|
|
|
105 |
|
106 |
df_store = gr.State()
|
107 |
mse_features_store = gr.State()
|
|
|
98 |
heatmap_video = gr.Video(label="Video with Anomaly Heatmap")
|
99 |
combined_mse_plot = gr.Plot(label="Combined MSE Plot")
|
100 |
correlation_heatmap_plot = gr.Plot(label="Correlation Heatmap")
|
101 |
+
|
102 |
+
with gr.Group(visible=True) as results_group:
|
103 |
+
with gr.TabItem("Description"):
|
104 |
+
gr.Markdown("""
|
105 |
+
XYZ
|
106 |
+
""")
|
107 |
|
108 |
df_store = gr.State()
|
109 |
mse_features_store = gr.State()
|