TheMaisk commited on
Commit
ae915db
·
verified ·
1 Parent(s): 9b860a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -99,8 +99,7 @@ css = """
99
  height: 100%;
100
  }
101
  """
102
-
103
- with gr.Blocks(css=css) as demo:
104
 
105
 
106
  with gr.Row():
 
99
  height: 100%;
100
  }
101
  """
102
+ with gr.Blocks(css=css, theme='NoCrypt/[email protected]') as demo:
 
103
 
104
 
105
  with gr.Row():