Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ logging.basicConfig(
|
|
29 |
logger = logging.getLogger(__name__)
|
30 |
|
31 |
app = FastAPI(
|
32 |
-
title="Chain
|
33 |
description="https://github.com/PhialsBasement/Chain-of-Recursive-Thoughts",
|
34 |
version="1.0.0"
|
35 |
)
|
@@ -90,7 +90,7 @@ async def root():
|
|
90 |
<!DOCTYPE html>
|
91 |
<html>
|
92 |
<head>
|
93 |
-
<title>
|
94 |
<style>
|
95 |
body {{
|
96 |
font-family: Arial, sans-serif;
|
@@ -149,7 +149,7 @@ async def root():
|
|
149 |
</style>
|
150 |
</head>
|
151 |
<body>
|
152 |
-
<h1>Chain-of-Recursive-Thoughts TEST
|
153 |
<div class="container">
|
154 |
<div id="init-form">
|
155 |
<h2>1. Initialize Chat</h2>
|
@@ -191,6 +191,11 @@ async def root():
|
|
191 |
</div>
|
192 |
</div>
|
193 |
|
|
|
|
|
|
|
|
|
|
|
194 |
<script>
|
195 |
let currentSessionId = null;
|
196 |
|
|
|
29 |
logger = logging.getLogger(__name__)
|
30 |
|
31 |
app = FastAPI(
|
32 |
+
title="Chain-of-Recursive-Thoughts: TEST",
|
33 |
description="https://github.com/PhialsBasement/Chain-of-Recursive-Thoughts",
|
34 |
version="1.0.0"
|
35 |
)
|
|
|
90 |
<!DOCTYPE html>
|
91 |
<html>
|
92 |
<head>
|
93 |
+
<title>Chain-of-Recursive-Thoughts: TEST</title>
|
94 |
<style>
|
95 |
body {{
|
96 |
font-family: Arial, sans-serif;
|
|
|
149 |
</style>
|
150 |
</head>
|
151 |
<body>
|
152 |
+
<h1>Chain-of-Recursive-Thoughts: TEST</h1>
|
153 |
<div class="container">
|
154 |
<div id="init-form">
|
155 |
<h2>1. Initialize Chat</h2>
|
|
|
191 |
</div>
|
192 |
</div>
|
193 |
|
194 |
+
<div style="margin-top: 30px;">
|
195 |
+
<p>Repo: https://github.com/PhialsBasement/Chain-of-Recursive-Thoughts</p>
|
196 |
+
<p>Community: https://discord.gg/openfreeai</p>
|
197 |
+
</div>
|
198 |
+
|
199 |
<script>
|
200 |
let currentSessionId = null;
|
201 |
|