sudo-soldier commited on
Commit
5e89487
·
verified ·
1 Parent(s): 71d8025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(css="""
119
  with gr.Column(scale=1, min_width=250):
120
  gr.HTML('<label>&nbsp;Android Ringtone</label>')
121
  mp3_download = gr.File(label="Android")
122
- android_instructions = gr.Textbox(label="Install", placeholder="Move the .mp3 file to the ringtones folder", lines=2)
123
 
124
  with gr.Column(scale=1, min_width=250):
125
  gr.HTML('<label>&nbsp;iPhone Ringtone</label>')
 
119
  with gr.Column(scale=1, min_width=250):
120
  gr.HTML('<label>&nbsp;Android Ringtone</label>')
121
  mp3_download = gr.File(label="Android")
122
+ android_instructions = gr.Textbox(label="Install", placeholder="Copy the mp3 file to the ringtones folder", lines=1)
123
 
124
  with gr.Column(scale=1, min_width=250):
125
  gr.HTML('<label>&nbsp;iPhone Ringtone</label>')