Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -390,7 +390,7 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
|
|
390 |
label="QR Code Content",
|
391 |
placeholder="Enter URL or text for your QR code",
|
392 |
info="This is what your QR code will link to or display when scanned.",
|
393 |
-
value="https://
|
394 |
lines=1,
|
395 |
)
|
396 |
|
|
|
390 |
label="QR Code Content",
|
391 |
placeholder="Enter URL or text for your QR code",
|
392 |
info="This is what your QR code will link to or display when scanned.",
|
393 |
+
value="https://www.go-yamamoto.com/",
|
394 |
lines=1,
|
395 |
)
|
396 |
|