Samuel Mueller commited on
Commit
2c50c3f
·
1 Parent(s): 0a04eb5

data description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ Lines represent means and shaded areas are the confidence interval (68.2% quanti
101
  We provide three models that are architecturally the same, but with different training budgets.
102
  ''',
103
  inputs=[
104
- gr.inputs.Dataframe(headers=["x", "y"], datatype=["number", "number"], row_count=2, type='numpy', default=[['.25','.1'],['.75','.4']]),
105
  gr.inputs.Radio(['160K','800K','4M'], type="value", default='4M', label='Number of Sampled Datasets in Training (Training Costs)')
106
  ], outputs=["text","plot"])
107
  iface.launch()
 
101
  We provide three models that are architecturally the same, but with different training budgets.
102
  ''',
103
  inputs=[
104
+ gr.inputs.Dataframe(headers=["x", "y"], datatype=["number", "number"], row_count=2, type='numpy', default=[['.25','.1'],['.75','.4']], label='The data: you can change this and increase the number of data points using the `enter` key.'),
105
  gr.inputs.Radio(['160K','800K','4M'], type="value", default='4M', label='Number of Sampled Datasets in Training (Training Costs)')
106
  ], outputs=["text","plot"])
107
  iface.launch()