Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from dash import dcc, html, Input, Output, State
|
|
7 |
import dash_bootstrap_components as dbc
|
8 |
|
9 |
# Load CSV into DataFrame
|
10 |
-
df = pd.read_csv('
|
11 |
|
12 |
# List of unique farm names for the dropdown
|
13 |
farm_names = df[' مزرعه '].unique()
|
|
|
7 |
import dash_bootstrap_components as dbc
|
8 |
|
9 |
# Load CSV into DataFrame
|
10 |
+
df = pd.read_csv('dashboard18.csv')
|
11 |
|
12 |
# List of unique farm names for the dropdown
|
13 |
farm_names = df[' مزرعه '].unique()
|