Hack90 commited on
Commit
932765f
·
verified ·
1 Parent(s): 1e9b269

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1024,7 +1024,7 @@ with ui.navset_card_tab(id="tab"):
1024
 
1025
  import matplotlib as mpl
1026
  @render.plot()
1027
- def plot_context_size_scaling():
1028
  fig = None
1029
  df = pd.read_csv('results - denseformer.csv')
1030
  mpl.rcParams.update(mpl.rcParamsDefault)
 
1024
 
1025
  import matplotlib as mpl
1026
  @render.plot()
1027
+ def plot_model_scaling():
1028
  fig = None
1029
  df = pd.read_csv('results - denseformer.csv')
1030
  mpl.rcParams.update(mpl.rcParamsDefault)