harmdevries commited on
Commit
d3ded9d
1 Parent(s): bcb4d37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ colors = {'not started': 'rgb(220, 0, 0)',
21
  'complete': 'rgb(0, 255, 100)'}
22
 
23
 
24
- fig = ff.create_gantt(df, colors=colors, index_col='Resource', show_colorbar=True)
25
  fig.update_xaxes(ticks= "outside",
26
  ticklabelmode= "period",
27
  tickcolor= "black",
 
21
  'complete': 'rgb(0, 255, 100)'}
22
 
23
 
24
+ fig = ff.create_gantt(df, colors=colors, index_col='Resource', show_colorbar=True, title="BigCode planning")
25
  fig.update_xaxes(ticks= "outside",
26
  ticklabelmode= "period",
27
  tickcolor= "black",