Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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 |
|