Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,6 @@ with gr.Blocks() as iface:
|
|
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 |
""")
|
|
|
100 |
correlation_heatmap_plot = gr.Plot(label="Correlation Heatmap")
|
101 |
|
102 |
with gr.Group(visible=True) as results_group:
|
|
|
103 |
gr.Markdown("""
|
104 |
XYZ
|
105 |
""")
|