MK-316 commited on
Commit
9f74d22
1 Parent(s): a09aa96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_qr_code(link):
12
  # Create Gradio Interface
13
  iface = gr.Interface(
14
  fn=generate_qr_code,
15
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter URL Here..."),
16
  outputs="image",
17
  title="QR Code Generator",
18
  description="Paste a link and generate its QR code."
 
12
  # Create Gradio Interface
13
  iface = gr.Interface(
14
  fn=generate_qr_code,
15
+ inputs=gr.Textbox(lines=2, placeholder="Enter URL Here..."),
16
  outputs="image",
17
  title="QR Code Generator",
18
  description="Paste a link and generate its QR code."