muellerzr HF staff commited on
Commit
cc7be28
·
1 Parent(s): 95c3150

Change order and title

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -28,7 +28,7 @@ initial_code = gr.Markdown(templates["initial"])
28
  with gr.Blocks() as demo:
29
  inp = gr.Radio(
30
  ["Basic", "Calculating Metrics", "Checkpointing", "Experiment Tracking", "Gradient Accumulation"],
31
- label="Select a feature"
32
  )
33
  with gr.Row():
34
  with gr.Column():
 
28
  with gr.Blocks() as demo:
29
  inp = gr.Radio(
30
  ["Basic", "Calculating Metrics", "Checkpointing", "Experiment Tracking", "Gradient Accumulation"],
31
+ label="Select a feature you would like to integrate"
32
  )
33
  with gr.Row():
34
  with gr.Column():