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.
2 parents 9008bae + 8358d3a commit 8ab17cbCopy full SHA for 8ab17cb
signature/app.py
@@ -1,5 +1,5 @@
1
from shiny import App, Inputs, Outputs, Session, ui, reactive
2
-from signature.modules import mod_navbar, mod_form, mod_preview
+from modules import mod_navbar, mod_form, mod_preview
3
from pathlib import Path
4
5
current_dir = Path(__file__).parent
0 commit comments