Nymbo commited on
Commit
082a17f
โ€ข
1 Parent(s): 8c7b8a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -208,6 +208,8 @@ window.onDemoLoad = function(x){
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
 
208
  '''
209
 
210
  with gr.Blocks(css=css, head=js, theme="Nymbo/Alyx_Theme") 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