Spaces:
Running
Running
okoliechykwuka
commited on
Commit
•
7f048da
1
Parent(s):
18e1e47
Add chatbot application file
Browse files- chatbot.py +0 -3
chatbot.py
CHANGED
@@ -10,9 +10,6 @@ from langchain.memory import ConversationBufferMemory
|
|
10 |
import panel as pn
|
11 |
import os
|
12 |
|
13 |
-
from dotenv import load_dotenv
|
14 |
-
load_dotenv()
|
15 |
-
|
16 |
panels = [] # collect display
|
17 |
|
18 |
pn.extension('texteditor', template="bootstrap", sizing_mode='stretch_width')
|
|
|
10 |
import panel as pn
|
11 |
import os
|
12 |
|
|
|
|
|
|
|
13 |
panels = [] # collect display
|
14 |
|
15 |
pn.extension('texteditor', template="bootstrap", sizing_mode='stretch_width')
|