Gregor Betz commited on
Commit
0e12487
1 Parent(s): 379d37f

langchain_community==0.2.12

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -61,7 +61,7 @@ EXAMPLES = [
61
  ]
62
 
63
  TITLE = """<div align=left>
64
- <h1>🪂 Benjamin Chatbot with Logikon <i>Guided Reasoning™️</i></h1>
65
  </div>"""
66
 
67
  TERMS_OF_SERVICE ="""<h2>Terms of Service</h2>
 
61
  ]
62
 
63
  TITLE = """<div align=left>
64
+ <h1>🪂 Logikon <i>Guided Reasoning™️</i> Demo Chatbot</h1>
65
  </div>"""
66
 
67
  TERMS_OF_SERVICE ="""<h2>Terms of Service</h2>
requirements.txt CHANGED
@@ -1 +1,2 @@
 
1
  git+https://github.com/logikon-ai/[email protected]
 
1
+ langchain_community==0.2.12
2
  git+https://github.com/logikon-ai/[email protected]