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