Update app.py
Browse files
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("#
|
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)
|