Esmaeilkiani commited on
Commit
1aecbf4
·
verified ·
1 Parent(s): 403ffc4

Update app.py

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