Spaces:
Running
Running
Commit
·
440ce22
1
Parent(s):
ae3756f
Update main.py
Browse files
main.py
CHANGED
|
@@ -30,7 +30,7 @@ df = pd.DataFrame(data)
|
|
| 30 |
|
| 31 |
def create_plot():
|
| 32 |
fig = px.scatter(df, x='x', y='y', text='id',
|
| 33 |
-
title='
|
| 34 |
|
| 35 |
# マーカーのスタイルを設定(紫系の色に設定)
|
| 36 |
fig.update_traces(
|
|
|
|
| 30 |
|
| 31 |
def create_plot():
|
| 32 |
fig = px.scatter(df, x='x', y='y', text='id',
|
| 33 |
+
title='Voice Timbre Feature Mapping')
|
| 34 |
|
| 35 |
# マーカーのスタイルを設定(紫系の色に設定)
|
| 36 |
fig.update_traces(
|