Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -602,7 +602,7 @@ def clear_farmer_report():
|
|
| 602 |
initialize_sheets()
|
| 603 |
|
| 604 |
# Initialize Analytics Tab
|
| 605 |
-
analytics = AnalyticsTab(get_sheet, get_farmers)
|
| 606 |
|
| 607 |
# Gradio Interface
|
| 608 |
with gr.Blocks(title="Farmer Ledger Tracker", theme=gr.themes.Soft()) as app:
|
|
|
|
| 602 |
initialize_sheets()
|
| 603 |
|
| 604 |
# Initialize Analytics Tab
|
| 605 |
+
analytics = AnalyticsTab(get_sheet, get_farmers, format_indian_currency, format_date_display)
|
| 606 |
|
| 607 |
# Gradio Interface
|
| 608 |
with gr.Blocks(title="Farmer Ledger Tracker", theme=gr.themes.Soft()) as app:
|