Nymbo commited on
Commit
8c7b8a2
โ€ข
1 Parent(s): 3f21598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -207,9 +207,7 @@ window.onDemoLoad = function(x){
207
  </script>
208
  '''
209
 
210
- with gr.Blocks(css=css, head=js) as demo:
211
- width=240
212
- height=340
213
 
214
  with gr.Row(equal_height=False):
215
  with gr.Column(min_width=240): # Adjust scale for proper sizing
 
207
  </script>
208
  '''
209
 
210
+ with gr.Blocks(css=css, head=js, theme="Nymbo/Alyx_Theme") as demo:
 
 
211
 
212
  with gr.Row(equal_height=False):
213
  with gr.Column(min_width=240): # Adjust scale for proper sizing