ECUiVADE commited on
Commit
b5f2fa7
1 Parent(s): 784a0f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,6 +257,6 @@ class ChatbotAPP:
257
  return app
258
 
259
  llm = load_model()
260
- chatbot_app = ChatbotApp(llm,SERVICE_ACCOUNT_FILE,SCOPES,folder_id,unique_id,initContext)
261
  app = chatbot_app.create_app()
262
  app.launch(debug=True)
 
257
  return app
258
 
259
  llm = load_model()
260
+ chatbot_app = ChatbotAPP(llm,SERVICE_ACCOUNT_FILE,SCOPES,folder_id,unique_id,initContext)
261
  app = chatbot_app.create_app()
262
  app.launch(debug=True)