kashif HF staff commited on
Commit
59dac5b
1 Parent(s): f30d430

updated instructions

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -94,11 +94,11 @@ with gr.Blocks() as demo:
94
  | 2007-12-13 | 8.072467 |
95
  | 2007-12-14 | 7.893572 |
96
 
97
- # How it works
98
 
99
- 1. Click **Upload** to upload your data
100
  2. Click **Run**
101
- - This app will visualize your data and then train an estimator and show its predictions
102
  """
103
  )
104
  with gr.Accordion(label="Hyperparameters"):
 
94
  | 2007-12-13 | 8.072467 |
95
  | 2007-12-14 | 7.893572 |
96
 
97
+ ## Steps
98
 
99
+ 1. Click **Upload** to upload your data and visualize it.
100
  2. Click **Run**
101
+ - This app will then train an estimator and show its predictions as well as evaluation metrics.
102
  """
103
  )
104
  with gr.Accordion(label="Hyperparameters"):