datacipen commited on
Commit
33be4fb
1 Parent(s): f4c0f7d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -25,6 +25,8 @@ from chainlit.input_widget import TextInput, Select, Switch, Slider
25
  from deep_translator import GoogleTranslator
26
  from IPython.display import display
27
 
 
 
28
  @cl.password_auth_callback
29
  def auth_callback(username: str, password: str):
30
  auth = json.loads(os.environ['CHAINLIT_AUTH_LOGIN'])
 
25
  from deep_translator import GoogleTranslator
26
  from IPython.display import display
27
 
28
+ from surveycaa import surveyCaa
29
+
30
  @cl.password_auth_callback
31
  def auth_callback(username: str, password: str):
32
  auth = json.loads(os.environ['CHAINLIT_AUTH_LOGIN'])