Spaces:
Paused
Paused
Update Driver.py
Browse files
Driver.py
CHANGED
|
@@ -19,9 +19,9 @@ def tutorial():
|
|
| 19 |
return QRimg
|
| 20 |
|
| 21 |
|
| 22 |
-
with gr.Blocks(title="QR
|
| 23 |
|
| 24 |
-
gr.Label(elem_id="heading",value="QR
|
| 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")
|