Spaces:
Runtime error
Runtime error
Commit
·
0971060
1
Parent(s):
a5d6258
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def generate_qr_code(url, logo, qr_color):
|
|
31 |
inputs = [
|
32 |
gr.inputs.Textbox(label="URL to Site"),
|
33 |
gr.inputs.Image(label="Logo (Optional)"),
|
34 |
-
gr.
|
35 |
]
|
36 |
|
37 |
outputs = gr.outputs.Image(type="pil")
|
|
|
31 |
inputs = [
|
32 |
gr.inputs.Textbox(label="URL to Site"),
|
33 |
gr.inputs.Image(label="Logo (Optional)"),
|
34 |
+
gr.ColorPicker(label="QR Code Color"),
|
35 |
]
|
36 |
|
37 |
outputs = gr.outputs.Image(type="pil")
|