We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b743b94 commit cdce6a9Copy full SHA for cdce6a9
shiny/api-examples/data_frame/app-express.py
@@ -3,7 +3,7 @@
3
from shinywidgets import render_widget
4
5
from shiny import reactive, req
6
-from shiny.express import input, render, ui
+from shiny.express import render, ui
7
8
# Load the Gapminder dataset
9
df = px.data.gapminder()
tests/playwright/shiny/components/data_frame/edit/app.py
@@ -1,5 +1,3 @@
1
-from typing import Any
2
-
import pandas as pd
from palmerpenguins import load_penguins_raw # pyright: ignore[reportMissingTypeStubs]
0 commit comments