Gregor Betz commited on
Commit
3dbd3d3
1 Parent(s): 06a0716

directions

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -41,7 +41,10 @@ EXAMPLES = [
41
 
42
  TITLE = """<div align=left>
43
  <h1>🪂 Logikon <i>Guided Reasoning™️</i> Demo Chatbot</h1>
44
- </div>"""
 
 
 
45
 
46
  TERMS_OF_SERVICE ="""<h2>Terms of Service</h2>
47
 
 
41
 
42
  TITLE = """<div align=left>
43
  <h1>🪂 Logikon <i>Guided Reasoning™️</i> Demo Chatbot</h1>
44
+ </div>
45
+ <p>This is a TEMPLATE: ➡️ Duplicate this space and configure your own inference endpoints
46
+ in the <code>config.yaml</code> file to get started!</p>
47
+ """
48
 
49
  TERMS_OF_SERVICE ="""<h2>Terms of Service</h2>
50