nekoniii3 commited on
Commit
682b260
1 Parent(s): 5b6dd31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ MAX_TRIAL = 30 # メッセージ取得最大試行数
28
  INTER_SEC = 3 # 試行間隔(秒)
29
 
30
  # サンプル用情報
31
- examples = ["sample_data/東京都年別人口.csv", "sample_data/練馬区年齢別人口.csv", "桃太郎あらすじ.txt"]
32
  example_toid = {"東京都年別人口.csv" : "file-GOEk4X4WpU5gBJAuHCMtiJrn"
33
  , "練馬区年齢別人口.csv" : "file-YAFPMMqG3Zl5DRx5hTLjCfFa"
34
  , "桃太郎あらすじ.txt" : "file-oDjAzL3G4ktwAUEkcGDCQMuQ"}
 
28
  INTER_SEC = 3 # 試行間隔(秒)
29
 
30
  # サンプル用情報
31
+ examples = ["sample_data/東京都年別人口.csv", "sample_data/練馬区年齢別人口.csv", "sample_data/桃太郎あらすじ.txt"]
32
  example_toid = {"東京都年別人口.csv" : "file-GOEk4X4WpU5gBJAuHCMtiJrn"
33
  , "練馬区年齢別人口.csv" : "file-YAFPMMqG3Zl5DRx5hTLjCfFa"
34
  , "桃太郎あらすじ.txt" : "file-oDjAzL3G4ktwAUEkcGDCQMuQ"}