bonrix commited on
Commit
9827984
1 Parent(s): cf311c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  inputs=["text", "text", "text"],
33
  outputs="image",
34
  title="Dynamic UPI Payment QR Code",
35
- description="Generate a Dynamic UPI QR code sticker image for payments of fix amount."
36
  )
37
 
38
  if __name__ == "__main__":
 
32
  inputs=["text", "text", "text"],
33
  outputs="image",
34
  title="Dynamic UPI Payment QR Code",
35
+ description="A Dynamic UPI QR code sticker image is generated by entering the Virtual Payment Address (VPA), Virtual Private Name/ UPI Id (VPN), and payment amount. The system then creates a QR code that changes with each transaction, allowing users to scan it with a UPI-enabled app to make payments of the specified fixed amount effortlessly."
36
  )
37
 
38
  if __name__ == "__main__":