Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(css="""
|
|
119 |
with gr.Column(scale=1, min_width=250):
|
120 |
gr.HTML('<label> Android Ringtone</label>')
|
121 |
mp3_download = gr.File(label="Android")
|
122 |
-
android_instructions = gr.Textbox(label="Install", placeholder="
|
123 |
|
124 |
with gr.Column(scale=1, min_width=250):
|
125 |
gr.HTML('<label> iPhone Ringtone</label>')
|
|
|
119 |
with gr.Column(scale=1, min_width=250):
|
120 |
gr.HTML('<label> 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> iPhone Ringtone</label>')
|