Daniel1213 commited on
Commit
a6fbff6
1 Parent(s): 7448010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from bokeh.models.widgets import Select
8
  from bokeh.models import FactorRange
9
  import panel as pn
10
 
11
- taller = pd.read_excel("./DB/taller.xlsx")
12
  taller
13
  taller["x"]= taller.apply(lambda row: (row["Cliente"], row["Tipo"]), axis=1 )
14
  x_range= FactorRange(*taller["x"])
 
8
  from bokeh.models import FactorRange
9
  import panel as pn
10
 
11
+ taller = pd.read_excel("./taller.xlsx")
12
  taller
13
  taller["x"]= taller.apply(lambda row: (row["Cliente"], row["Tipo"]), axis=1 )
14
  x_range= FactorRange(*taller["x"])