Skip to content

Commit

Permalink
add snowflake_example
Browse files Browse the repository at this point in the history
  • Loading branch information
adejumoridwan committed Aug 15, 2023
1 parent e94f4cf commit 05a6e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/snowflake/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from shinywidgets import output_widget, render_widget
from snowflake.snowpark.session import Session

from shiny import App, Inputs, Outputs, Session, reactive, render, ui
from shiny import App, Inputs, Outputs, Session, reactive, ui

# create a snowpark session
with open("creds.json") as f:
Expand Down

0 comments on commit 05a6e87

Please sign in to comment.