alwaysgood commited on
Commit
e7d8f04
·
verified ·
1 Parent(s): 5eccb5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -6,7 +6,12 @@ import os
6
  import pandas as pd
7
 
8
  # 공통 설정
9
- STATIONS = ["DT_0001", "DT_0052"] # 지원하는 관측소 목록
 
 
 
 
 
10
 
11
  def get_common_args(station_id):
12
  """관측소별 공통 인자를 반환하는 함수"""
 
6
  import pandas as pd
7
 
8
  # 공통 설정
9
+ STATIONS = [
10
+ "DT_0001", "DT_0065", "DT_0008", "DT_0067", "DT_0043", "DT_0002",
11
+ "DT_0050", "DT_0017", "DT_0052", "DT_0025", "DT_0051", "DT_0037",
12
+ "DT_0024", "DT_0018", "DT_0068", "DT_0003", "DT_0066"
13
+ ]
14
+ # 지원하는 관측소 목록
15
 
16
  def get_common_args(station_id):
17
  """관측소별 공통 인자를 반환하는 함수"""