Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,9 @@ from io import StringIO # for redirect_stdout
|
|
11 |
from functools import wraps # for caching
|
12 |
import contextlib # for redirect_stdout
|
13 |
import tldextract
|
14 |
-
from langchain import PromptTemplate
|
15 |
-
from langchain.
|
|
|
16 |
import requests
|
17 |
import streamlit as st
|
18 |
import pandas as pd
|
|
|
11 |
from functools import wraps # for caching
|
12 |
import contextlib # for redirect_stdout
|
13 |
import tldextract
|
14 |
+
from langchain.prompts import PromptTemplate
|
15 |
+
from langchain.chains import LLMChain
|
16 |
+
from langchain_community.llms import OpenAIChat
|
17 |
import requests
|
18 |
import streamlit as st
|
19 |
import pandas as pd
|