Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ tavily_api_key = st.secrets["TAVILY_API_KEY"]
|
|
12 |
nest_asyncio.apply()
|
13 |
|
14 |
# Set the document path environment variable
|
15 |
-
os.environ['DOC_PATH'] = './' # Path to the folder with documents
|
16 |
|
17 |
# Constants
|
18 |
REPORT_TYPE = "research_report"
|
|
|
12 |
nest_asyncio.apply()
|
13 |
|
14 |
# Set the document path environment variable
|
15 |
+
os.environ['DOC_PATH'] = './local' # Path to the folder with documents
|
16 |
|
17 |
# Constants
|
18 |
REPORT_TYPE = "research_report"
|