prithivMLmods akhaliq HF staff commited on
Commit
f423c6f
1 Parent(s): 6d27847

fill Fill Browser Height / Width (#1)

Browse files

- fill Fill Browser Height / Width (47f1a6b0e294d4a5be4ccc5218ab9d9b49e2b6e5)


Co-authored-by: AK <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ footer {
9
  }
10
  '''
11
 
12
- with gr.Blocks(css=css) as demo:
13
  with gr.Tab("1B"):
14
  gr.load("Meta-Llama-3.2-1B-Instruct",
15
  src=sambanova_gradio.registry,
 
9
  }
10
  '''
11
 
12
+ with gr.Blocks(fill_height=True,css=css) as demo:
13
  with gr.Tab("1B"):
14
  gr.load("Meta-Llama-3.2-1B-Instruct",
15
  src=sambanova_gradio.registry,