oucgc1996 commited on
Commit
bb695ec
1 Parent(s): 98aa3c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def kmeans(ligend,n_clusters,n_num):
93
  return 'outputs.csv'
94
 
95
 
96
- with open(metadata_root.joinpath("pyuul_kmeans.md"), "r") as f:
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",