ysharma HF Staff commited on
Commit
d832205
·
1 Parent(s): 15eac39

updated height of plot with css

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def bokehplots():
103
  return p
104
 
105
 
106
- with gr.Blocks(css = '#myplot {height: 700px;}') as demo:
107
  with gr.Row():
108
  plot = gr.Plot(elem_id='myplot')
109
  out_dataframe = gr.Dataframe(wrap=True, max_rows=10, overflow_row_behaviour= "paginate", datatype = ["str", "number", "number"], interactive=False)
 
103
  return p
104
 
105
 
106
+ with gr.Blocks(css = '#myplot {height: 600px;}') as demo:
107
  with gr.Row():
108
  plot = gr.Plot(elem_id='myplot')
109
  out_dataframe = gr.Dataframe(wrap=True, max_rows=10, overflow_row_behaviour= "paginate", datatype = ["str", "number", "number"], interactive=False)