openfree commited on
Commit
c913bd6
·
verified ·
1 Parent(s): 034c20b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -949,10 +949,9 @@ with gr.Blocks(css_paths=["app.css"], theme=theme) as demo:
949
  <div class="no-deploy">아직 배포된 게임이 없습니다.</div>
950
  </div>
951
  </div>
952
- """,
953
- # 스크립트를 렌더링하려면 unsafe_allow_html=True 필요
954
- unsafe_allow_html=True
955
- )
956
 
957
  js_trigger = gr.HTML(elem_id="js-trigger", visible=False)
958
 
 
949
  <div class="no-deploy">아직 배포된 게임이 없습니다.</div>
950
  </div>
951
  </div>
952
+ """
953
+ )
954
+
 
955
 
956
  js_trigger = gr.HTML(elem_id="js-trigger", visible=False)
957