Spaces:
Running
Running
Update run.py
Browse files
run.py
CHANGED
|
@@ -13,7 +13,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 13 |
title="Stock Prices",
|
| 14 |
tooltip=["date", "price", "symbol"],
|
| 15 |
height=300,
|
| 16 |
-
width=
|
| 17 |
show_label=False,
|
| 18 |
).style(
|
| 19 |
container=False,
|
|
|
|
| 13 |
title="Stock Prices",
|
| 14 |
tooltip=["date", "price", "symbol"],
|
| 15 |
height=300,
|
| 16 |
+
width=300,
|
| 17 |
show_label=False,
|
| 18 |
).style(
|
| 19 |
container=False,
|