Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,6 @@ The QR code serves as both the initial image and the control image, allowing for
|
|
149 |
qr_code_content = gr.Textbox(
|
150 |
label="QR Code Content",
|
151 |
info="QR Code Content or URL",
|
152 |
-
value="",
|
153 |
value="https://www.go-yamamoto.com",
|
154 |
)
|
155 |
with gr.Accordion(label="QR Code Image (Optional)", open=False):
|
|
|
149 |
qr_code_content = gr.Textbox(
|
150 |
label="QR Code Content",
|
151 |
info="QR Code Content or URL",
|
|
|
152 |
value="https://www.go-yamamoto.com",
|
153 |
)
|
154 |
with gr.Accordion(label="QR Code Image (Optional)", open=False):
|