Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -364,6 +364,7 @@ with gr.Blocks(theme='Hev832/Applio', css=css) as blocks:
|
|
364 |
label="QR Code Content",
|
365 |
placeholder="Enter URL or text for your QR code",
|
366 |
info="This is what your QR code will link to or display when scanned.",
|
|
|
367 |
)
|
368 |
|
369 |
prompt = gr.Textbox(
|
|
|
364 |
label="QR Code Content",
|
365 |
placeholder="Enter URL or text for your QR code",
|
366 |
info="This is what your QR code will link to or display when scanned.",
|
367 |
+
value="https://theunderground.digital/",
|
368 |
)
|
369 |
|
370 |
prompt = gr.Textbox(
|