sudo-soldier commited on
Commit
4e4befa
·
verified ·
1 Parent(s): 601b674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ with gr.Blocks() as interface:
75
 
76
  with gr.Row():
77
  instructions = gr.Textbox(
78
- value="Android: move the download to the 'Ringtones' folder.\nApple: import download with 'Garage Band' and export to ringtones'.",
79
- label="Instructions",
80
  interactive=False
81
  )
82
 
 
75
 
76
  with gr.Row():
77
  instructions = gr.Textbox(
78
+ value="Android: move the download to the 'Ringtones' folder.\nApple: import download with 'Garage Band' and export to ringtones.",
79
+ label="Install Ringtones",
80
  interactive=False
81
  )
82