freddyaboulton HF Staff commited on
Commit
5d259cb
·
verified ·
1 Parent(s): 5ce5759

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. scatter_plot_demo.py +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ emoji: 🔥
5
  colorFrom: indigo
6
  colorTo: indigo
7
  sdk: gradio
8
- sdk_version: 6.1.0
9
  app_file: run.py
10
  pinned: false
11
  hf_oauth: true
 
5
  colorFrom: indigo
6
  colorTo: indigo
7
  sdk: gradio
8
+ sdk_version: 6.2.0
9
  app_file: run.py
10
  pinned: false
11
  hf_oauth: true
scatter_plot_demo.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as scatter_plots:
57
  x="rating",
58
  y="price",
59
  color="wait",
60
- buttons=["actions", "export"],
61
  )
62
  price_by_rating_color = gr.ScatterPlot(
63
  food_rating_data,
 
57
  x="rating",
58
  y="price",
59
  color="wait",
60
+ buttons=["actions", "export"], # type: ignore
61
  )
62
  price_by_rating_color = gr.ScatterPlot(
63
  food_rating_data,