aliabd commited on
Commit
3555104
·
1 Parent(s): 19c0adf

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -0
run.py CHANGED
@@ -11,6 +11,7 @@ with gr.Blocks() as demo:
11
  title="Stock Prices",
12
  tooltip=["date", "price", "symbol"],
13
  height=300,
 
14
  show_label=False,
15
  ).style(
16
  container=False,
 
11
  title="Stock Prices",
12
  tooltip=["date", "price", "symbol"],
13
  height=300,
14
+ width=500,
15
  show_label=False,
16
  ).style(
17
  container=False,