IAMTFRMZA commited on
Commit
60870ef
ยท
verified ยท
1 Parent(s): a1aaf36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(title="Graffiti Admin Dashboard") as app:
192
  btn_a2.click(_search_appts, [y2,m2,d2,rep_a2], [sum_a2, tbl_a2])
193
 
194
  # -- Appointed Leads --
195
- with gr.Tab("Appointed Leads"):
196
  btn_l = gr.Button("View Leads")
197
  sum_l = gr.Dataframe(label="๐Ÿ“Š Leads by Rep")
198
  det_l = gr.Dataframe(label="๐Ÿ”Ž Details")
 
192
  btn_a2.click(_search_appts, [y2,m2,d2,rep_a2], [sum_a2, tbl_a2])
193
 
194
  # -- Appointed Leads --
195
+ with gr.Tab("Allocated Leads"):
196
  btn_l = gr.Button("View Leads")
197
  sum_l = gr.Dataframe(label="๐Ÿ“Š Leads by Rep")
198
  det_l = gr.Dataframe(label="๐Ÿ”Ž Details")