shvuuuu commited on
Commit
af328f9
1 Parent(s): 87ea4de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def greet(Total_Transaction, Total_Ct_Chng_Q4_Q1, Total_Relationship_Count, Educ
108
  with gr.Blocks() as demo:
109
  with gr.Row():
110
  with gr.Column(scale=1,min_width=600):
111
- gr.Image("logo.png").style(height='7')
112
  Total_Transaction = gr.Slider(0, 200,label="Total Transaction Count")
113
  Total_Ct_Chng_Q4_Q1 = gr.Slider(0, 30,label="Transaction Count Q4 vs Q1")
114
  Total_Relationship_Count = gr.Slider(0, 20,step=1,label="Total Relationship Count")
 
108
  with gr.Blocks() as demo:
109
  with gr.Row():
110
  with gr.Column(scale=1,min_width=600):
111
+ gr.Image("logo2.png").style(height='7')
112
  Total_Transaction = gr.Slider(0, 200,label="Total Transaction Count")
113
  Total_Ct_Chng_Q4_Q1 = gr.Slider(0, 30,label="Transaction Count Q4 vs Q1")
114
  Total_Relationship_Count = gr.Slider(0, 20,step=1,label="Total Relationship Count")