shvuuuu commited on
Commit
586b22c
1 Parent(s): 43eed25

Update app.py

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