reab5555 commited on
Commit
d7a7796
·
verified ·
1 Parent(s): 58a2b21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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.Markdown("""
103
- XYZ
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()