Ninad077 commited on
Commit
6b75d4c
Β·
verified Β·
1 Parent(s): 8dfde32

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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