Spaces:
Sleeping
Sleeping
Commit ·
7672c90
1
Parent(s): 3ae437a
Updated
Browse files- .gitignore +1 -0
- frontend/index.html +1 -1
- requirements.txt +2 -1
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
test_venv/
|
frontend/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
-
<link rel="icon" type="image/png" href="/
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>Theo AI | Biblical Guidance & Christian Support</title>
|
| 8 |
<meta name="description" content="Seek spiritual wisdom and Biblical encouragement with Theo, your personal Christian AI assistant from TechDisciples CLCC." />
|
|
|
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
+
<link rel="icon" type="image/png" href="/logo.png" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>Theo AI | Biblical Guidance & Christian Support</title>
|
| 8 |
<meta name="description" content="Seek spiritual wisdom and Biblical encouragement with Theo, your personal Christian AI assistant from TechDisciples CLCC." />
|
requirements.txt
CHANGED
|
@@ -4,5 +4,6 @@ langchain-openai
|
|
| 4 |
duckduckgo-search
|
| 5 |
python-dotenv
|
| 6 |
pydantic
|
| 7 |
-
langchain
|
|
|
|
| 8 |
python-multipart
|
|
|
|
| 4 |
duckduckgo-search
|
| 5 |
python-dotenv
|
| 6 |
pydantic
|
| 7 |
+
langchain
|
| 8 |
+
langchain-community
|
| 9 |
python-multipart
|