Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|
|
|
|
|
|
|
|