Commit
·
527d0eb
1
Parent(s):
c4bca72
Update
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
title: Customer Segmentation
|
| 3 |
sdk: gradio
|
| 4 |
-
sdk_version:
|
| 5 |
app_file: app.py
|
| 6 |
pinned: false
|
| 7 |
---
|
|
|
|
| 1 |
---
|
| 2 |
title: Customer Segmentation
|
| 3 |
sdk: gradio
|
| 4 |
+
sdk_version: 5.50.0
|
| 5 |
app_file: app.py
|
| 6 |
pinned: false
|
| 7 |
---
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio==
|
| 2 |
numpy==1.24.3
|
| 3 |
pandas==2.0.2
|
| 4 |
matplotlib==3.7.1
|
|
|
|
| 1 |
+
gradio==5.50.0
|
| 2 |
numpy==1.24.3
|
| 3 |
pandas==2.0.2
|
| 4 |
matplotlib==3.7.1
|