Youngsun Lim commited on
Commit
3e7619c
Β·
1 Parent(s): 25dbd4d

add random code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -435,7 +435,7 @@ html, body, .gradio-container {
435
  """
436
 
437
  # -------------------- UI --------------------
438
- with gr.Blocks(css=GLOBAL_CSS) as demo:
439
  # Blocks μ•ˆ, μ–΄λ””μ„œλ“  ν•œ 번만 μΆ”κ°€(ꢌμž₯ μœ„μΉ˜: Blocks μ‹œμž‘ 직후)
440
  gr.HTML("""
441
  <script>
 
435
  """
436
 
437
  # -------------------- UI --------------------
438
+ with gr.Blocks() as demo: #css=GLOBAL_CSS
439
  # Blocks μ•ˆ, μ–΄λ””μ„œλ“  ν•œ 번만 μΆ”κ°€(ꢌμž₯ μœ„μΉ˜: Blocks μ‹œμž‘ 직후)
440
  gr.HTML("""
441
  <script>