Upload app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ menu_options = [
|
|
65 |
{"label": "Manual BQ upload", "icon": "π", "description": "Schedule an email with BigQuery data"},
|
66 |
{"label": "Invoice splitter", "icon": "π", "description": "Schedule an email with BigQuery data"},
|
67 |
{"label": "Seller sale validation", "icon": "π", "description": "Schedule an email with BigQuery data"},
|
68 |
-
{"label": "MID checker", "icon": "π", "description": "Schedule an email with BigQuery data"},
|
69 |
{"label": "Fynder", "icon": "π", "description": "Schedule an email with BigQuery data"}
|
70 |
]
|
71 |
|
|
|
65 |
{"label": "Manual BQ upload", "icon": "π", "description": "Schedule an email with BigQuery data"},
|
66 |
{"label": "Invoice splitter", "icon": "π", "description": "Schedule an email with BigQuery data"},
|
67 |
{"label": "Seller sale validation", "icon": "π", "description": "Schedule an email with BigQuery data"},
|
68 |
+
# {"label": "MID checker", "icon": "π", "description": "Schedule an email with BigQuery data"},
|
69 |
{"label": "Fynder", "icon": "π", "description": "Schedule an email with BigQuery data"}
|
70 |
]
|
71 |
|