Spaces:
Running
Running
Upload with huggingface_hub
Browse files- requirements.txt +1 -1
- run.py +1 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
vega_datasets
|
| 2 |
-
https://gradio-main-build.s3.amazonaws.com/
|
|
|
|
| 1 |
vega_datasets
|
| 2 |
+
https://gradio-main-build.s3.amazonaws.com/ec2b68f554499f6cc4134fe2da59da6e0868320a/gradio-3.17.1-py3-none-any.whl
|
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=500,
|
| 17 |
show_label=False,
|
| 18 |
).style(
|
| 19 |
container=False,
|