devfinwiz commited on
Commit
8aff69d
1 Parent(s): 8636c6d

Update Driver.py

Browse files
Files changed (1) hide show
  1. Driver.py +2 -2
Driver.py CHANGED
@@ -19,9 +19,9 @@ def tutorial():
19
  return QRimg
20
 
21
 
22
- with gr.Blocks(title="QR Code Generator",css="#heading{background-color:#32a8a8}") as demo:
23
 
24
- gr.Label(elem_id="heading",value="QR CODE GENERATOR",label="Title")
25
 
26
  with gr.Tab("Input"):
27
  text_input = gr.Textbox(label="URL",placeholder="URL To Be Mapped To QR code")
 
19
  return QRimg
20
 
21
 
22
+ with gr.Blocks(title="Dynamic-QR",css="#heading{background-color:#32a8a8}") as demo:
23
 
24
+ gr.Label(elem_id="heading",value="Dynamic-QR",label="Title")
25
 
26
  with gr.Tab("Input"):
27
  text_input = gr.Textbox(label="URL",placeholder="URL To Be Mapped To QR code")