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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as iface:
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
 
 
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