cyberandy commited on
Commit
70a66d0
·
verified ·
1 Parent(s): dbcc073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"