mertkarabacak commited on
Commit
691f2cf
1 Parent(s): f67a1ad

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1117,7 +1117,7 @@ with gr.Blocks(title = "NTDB-Epidural") as demo:
1117
  <center> This model uses the XGBoost algorithm. </center>
1118
  <br/>
1119
  """
1120
-
1121
  with gr.Row():
1122
  y4_predict_btn_xgb = gr.Button(value="Predict")
1123
 
 
1117
  <center> This model uses the XGBoost algorithm. </center>
1118
  <br/>
1119
  """
1120
+ )
1121
  with gr.Row():
1122
  y4_predict_btn_xgb = gr.Button(value="Predict")
1123