broadfield-dev commited on
Commit
aed8b2a
·
verified ·
1 Parent(s): 0ca4f7d

Update gradio_keylock/component.py

Browse files
Files changed (1) hide show
  1. gradio_keylock/component.py +1 -1
gradio_keylock/component.py CHANGED
@@ -276,10 +276,10 @@ class KeylockDecoderComponent:
276
  def build_ui(self):
277
  gr.HTML("<div style='background:blue;'>")
278
  with gr.Column(elem_id="login-container"):
 
279
 
280
  gr.HTML("""
281
  <div id="keylock-logo">
282
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="currentColor"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"></path></svg>;
283
 
284
  <h1>KeyLock Authentication</h1>
285
  </div>
 
276
  def build_ui(self):
277
  gr.HTML("<div style='background:blue;'>")
278
  with gr.Column(elem_id="login-container"):
279
+ #<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 48" fill="currentColor"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"></path></svg>;
280
 
281
  gr.HTML("""
282
  <div id="keylock-logo">
 
283
 
284
  <h1>KeyLock Authentication</h1>
285
  </div>