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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as interface:
75
 
76
  with gr.Row():
77
  instructions = gr.Textbox(
78
- value="1. Android: move the download to the 'Ringtones' folder.\n2. Apple: import download with 'Garage Band' and export to ringtones'.",
79
  label="Instructions",
80
  interactive=False
81
  )
 
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
  )