mertkarabacak commited on
Commit
9bf9c88
1 Parent(s): adf2b23

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -973,7 +973,7 @@ with gr.Blocks(title = "TQP-atEDH") as demo:
973
  )
974
 
975
  with gr.Row():
976
- y1_predict_btn_xgb = gr.Button(value="Predict")
977
 
978
  gr.Markdown(
979
  """
@@ -990,7 +990,7 @@ with gr.Blocks(title = "TQP-atEDH") as demo:
990
  )
991
 
992
  with gr.Row():
993
- y1_interpret_btn_xgb = gr.Button(value="Explain")
994
 
995
  gr.Markdown(
996
  """
@@ -1060,7 +1060,7 @@ with gr.Blocks(title = "TQP-atEDH") as demo:
1060
  )
1061
 
1062
  with gr.Row():
1063
- y3_predict_btn_xgb = gr.Button(value="Predict")
1064
 
1065
  gr.Markdown(
1066
  """
@@ -1077,7 +1077,7 @@ with gr.Blocks(title = "TQP-atEDH") as demo:
1077
  )
1078
 
1079
  with gr.Row():
1080
- y3_interpret_btn_xgb = gr.Button(value="Explain")
1081
 
1082
  gr.Markdown(
1083
  """
 
973
  )
974
 
975
  with gr.Row():
976
+ y1_predict_btn_lgb = gr.Button(value="Predict")
977
 
978
  gr.Markdown(
979
  """
 
990
  )
991
 
992
  with gr.Row():
993
+ y1_interpret_btn_lgb = gr.Button(value="Explain")
994
 
995
  gr.Markdown(
996
  """
 
1060
  )
1061
 
1062
  with gr.Row():
1063
+ y3_predict_btn_cb = gr.Button(value="Predict")
1064
 
1065
  gr.Markdown(
1066
  """
 
1077
  )
1078
 
1079
  with gr.Row():
1080
+ y3_interpret_btn_cb = gr.Button(value="Explain")
1081
 
1082
  gr.Markdown(
1083
  """