Rawiwan1912 commited on
Commit
7fd6d3c
·
verified ·
1 Parent(s): 63c1b3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -193,9 +193,4 @@ with gr.Blocks() as app:
193
  gr.Button("Predict").click(fn=predict_churn, inputs=churn_inputs, outputs=churn_output)
194
 
195
  app.launch()
196
- '''
197
 
198
- with open("/mnt/data/app.py", "w") as f:
199
- f.write(app_py_content)
200
-
201
- "/mnt/data/app.py"
 
193
  gr.Button("Predict").click(fn=predict_churn, inputs=churn_inputs, outputs=churn_output)
194
 
195
  app.launch()
 
196