Spaces:
Build error
Build error
Commit
·
655a3f5
1
Parent(s):
28d5b3d
fixing simple typo
Browse files- cluster/plot.py +1 -1
cluster/plot.py
CHANGED
|
@@ -9,7 +9,7 @@ matplotlib.use("Agg")
|
|
| 9 |
sns.set()
|
| 10 |
|
| 11 |
# Replace with the desired upload folder path
|
| 12 |
-
UPLOAD_FOLDER =
|
| 13 |
|
| 14 |
|
| 15 |
def plot(clusterer, X) -> None:
|
|
|
|
| 9 |
sns.set()
|
| 10 |
|
| 11 |
# Replace with the desired upload folder path
|
| 12 |
+
UPLOAD_FOLDER = "/plot"
|
| 13 |
|
| 14 |
|
| 15 |
def plot(clusterer, X) -> None:
|