mimbres commited on
Commit
2c11bc4
·
verified ·
1 Parent(s): 92b120c

Update html_helper.py

Browse files
Files changed (1) hide show
  1. html_helper.py +1 -1
html_helper.py CHANGED
@@ -121,7 +121,7 @@ def create_html_oauth():
121
  .responsive-iframe {{ width: 560px; height: 315px; transform-origin: top left; transition: width 0.3s ease, height 0.3s ease; }}
122
  @media (max-width: 560px) {{ .responsive-iframe {{ width: 100%; height: 100%; }} }}
123
  </style>
124
- <iframe class="responsive-iframe" src="{https://www.google.com/device}" title="YouTube oauth" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
125
  </div>
126
  """
127
  return html
 
121
  .responsive-iframe {{ width: 560px; height: 315px; transform-origin: top left; transition: width 0.3s ease, height 0.3s ease; }}
122
  @media (max-width: 560px) {{ .responsive-iframe {{ width: 100%; height: 100%; }} }}
123
  </style>
124
+ <iframe class="responsive-iframe" src="https://www.google.com/device" title="YouTube oauth" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
125
  </div>
126
  """
127
  return html