shvuuuu commited on
Commit
fa96d38
1 Parent(s): af328f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks() as demo:
126
  with gr.Column(scale=4,min_width=300):
127
  Card_Type = gr.Dropdown(["Blue","Silver","Gold"],label="Crad Type")
128
  churn = gr.Textbox(value="", label="Churn")
129
- btn = gr.Button("PREDICT").style(size = "lg")
130
  btn.click(fn=greet, inputs=[Total_Transaction,Total_Ct_Chng_Q4_Q1,Total_Relationship_Count,Education,Annual_Income,Marital_Status,Card_Type], outputs=[churn])
131
  gr.Markdown("""# Few Examples Based on Real-World Simulations""")
132
 
 
126
  with gr.Column(scale=4,min_width=300):
127
  Card_Type = gr.Dropdown(["Blue","Silver","Gold"],label="Crad Type")
128
  churn = gr.Textbox(value="", label="Churn")
129
+ btn = gr.Button("PREDICT").style()
130
  btn.click(fn=greet, inputs=[Total_Transaction,Total_Ct_Chng_Q4_Q1,Total_Relationship_Count,Education,Annual_Income,Marital_Status,Card_Type], outputs=[churn])
131
  gr.Markdown("""# Few Examples Based on Real-World Simulations""")
132