Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,8 +103,7 @@ demo = gr.Interface(
|
|
| 103 |
gr.Plot(label="Correlation Heatmap"),
|
| 104 |
],
|
| 105 |
title=title,
|
| 106 |
-
description=desc
|
| 107 |
-
examples=[["sample_data.csv"]],
|
| 108 |
)
|
| 109 |
|
| 110 |
if __name__ == "__main__":
|
|
|
|
| 103 |
gr.Plot(label="Correlation Heatmap"),
|
| 104 |
],
|
| 105 |
title=title,
|
| 106 |
+
description=desc
|
|
|
|
| 107 |
)
|
| 108 |
|
| 109 |
if __name__ == "__main__":
|