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 d920f4b commit e0305ffCopy full SHA for e0305ff
src/dbally/gradio/gradio_interface.py
@@ -6,9 +6,9 @@
6
7
from dbally import BaseStructuredView
8
from dbally.audit import CLIEventHandler
9
-from dbally.collection import Collection
+from dbally.collection import Collection, NoViewFoundError
10
+from dbally.iql_generator.iql_prompt_template import UnsupportedQueryError
11
from dbally.prompts import PromptTemplateError
-from dbally.utils.errors import NoViewFoundError, UnsupportedQueryError
12
13
14
async def create_gradio_interface(user_collection: Collection, preview_limit: int = 10) -> gradio.Interface:
0 commit comments