Updating the requirements and imports.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
from dash_extensions.enrich import Dash, Input, Output, State, Trigger, callback, ALL, MATCH
|
from dash_extensions.enrich import Dash, Input, Output, State, Trigger, callback, ALL, MATCH
|
||||||
import dash_core_components as dcc
|
from dash import dcc
|
||||||
from dash_html_components import Div, Label
|
from dash.html import Div, Label
|
||||||
from dash_local_react_components import load_react_component
|
from dash_local_react_components import load_react_component
|
||||||
import ai
|
import ai
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -1,4 +1,5 @@
|
|||||||
dash==2.9.3
|
dash==2.9.3
|
||||||
dash-extensions==1.0.0
|
dash-extensions==1.0.0
|
||||||
dash-local-react-components==1.3.0
|
dash-local-react-components==1.3.0
|
||||||
openai==0.27.6
|
openai==0.27.6
|
||||||
|
dash-mantine-components==0.12.1
|
||||||
Reference in New Issue
Block a user