slickdata commited on
Commit
ac500ef
·
verified ·
1 Parent(s): 9060cc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def predict(age, job, marital, education, default, housing, loan, contact, month
52
  # Define the interface
53
  def gradio_interface():
54
  with gr.Blocks() as app:
55
- gr.Markdown("# Bank Marketing Campaign Prediction")
56
 
57
  with gr.Row():
58
  age = gr.Number(label="Age", value=30)
 
52
  # Define the interface
53
  def gradio_interface():
54
  with gr.Blocks() as app:
55
+ gr.Markdown("# Term Deposit Subscription Prediction")
56
 
57
  with gr.Row():
58
  age = gr.Number(label="Age", value=30)