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