Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def kmeans(ligend,n_clusters,n_num):
|
|
93 |
return 'outputs.csv'
|
94 |
|
95 |
|
96 |
-
with open(
|
97 |
description = f.read()
|
98 |
iface = gr.Interface(fn=kmeans,
|
99 |
title="Pyuul_Kmeans",
|
|
|
93 |
return 'outputs.csv'
|
94 |
|
95 |
|
96 |
+
with open("pyuul_kmeans.md", "r") as f:
|
97 |
description = f.read()
|
98 |
iface = gr.Interface(fn=kmeans,
|
99 |
title="Pyuul_Kmeans",
|