NaokiOkamoto commited on
Commit
918aa10
1 Parent(s): 05fd13f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -12,7 +12,7 @@ import datarobot as dr
12
  from function import get_fish_qty, get_estat, dr_prediction_deployment, prediction_func, train_modeling
13
 
14
  import yaml
15
- with open('config/config.yaml') as file:
16
  config = yaml.safe_load(file.read())
17
 
18
  def retrain():
@@ -88,7 +88,6 @@ def get_model_infomation():
88
 
89
  return model_info, feature_impact
90
 
91
-
92
  with gr.Blocks() as electoric_ploting:
93
  gr.Markdown(
94
  """
 
12
  from function import get_fish_qty, get_estat, dr_prediction_deployment, prediction_func, train_modeling
13
 
14
  import yaml
15
+ with open('config.yaml') as file:
16
  config = yaml.safe_load(file.read())
17
 
18
  def retrain():
 
88
 
89
  return model_info, feature_impact
90
 
 
91
  with gr.Blocks() as electoric_ploting:
92
  gr.Markdown(
93
  """