Gregor Betz
commited on
directions
Browse files
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 |
|