atsushieee commited on
Commit
440ce22
·
1 Parent(s): ae3756f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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='Interactive Numeric Scatter Plot')
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(