Spaces:
Sleeping
Sleeping
fix bug
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ from langchain.prompts import PromptTemplate
|
|
9 |
from langchain.chains.question_answering import load_qa_chain
|
10 |
import streamlit as st
|
11 |
|
12 |
-
from config import *
|
13 |
|
14 |
confluence_api_key = os.environ["CONFLUENCE_API_KEY"]
|
15 |
|
|
|
9 |
from langchain.chains.question_answering import load_qa_chain
|
10 |
import streamlit as st
|
11 |
|
|
|
12 |
|
13 |
confluence_api_key = os.environ["CONFLUENCE_API_KEY"]
|
14 |
|