Spaces:
Sleeping
Sleeping
Commit
·
448a68c
1
Parent(s):
b918d4f
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
import os
|
3 |
-
import chainlit as cl
|
4 |
from langchain import HuggingFaceHub, PromptTemplate, LLMChain
|
5 |
|
6 |
# Define your AI assistant setup and configurations here
|
|
|
1 |
import streamlit as st
|
2 |
import os
|
|
|
3 |
from langchain import HuggingFaceHub, PromptTemplate, LLMChain
|
4 |
|
5 |
# Define your AI assistant setup and configurations here
|