Spaces:
Running
Running
Ilyas KHIAT
commited on
Commit
•
5753550
1
Parent(s):
827c10b
model choice conseil IA
Browse files- partie_prenante_carte.py +0 -3
- requirements.txt +1 -0
partie_prenante_carte.py
CHANGED
@@ -45,8 +45,6 @@ def get_docs_from_website_fc(urls,firecrawl_api_key):
|
|
45 |
docs+=loader.load()
|
46 |
return docs
|
47 |
except Exception as e:
|
48 |
-
st.write(e)
|
49 |
-
print(e)
|
50 |
return None
|
51 |
|
52 |
|
@@ -292,7 +290,6 @@ def display_pp():
|
|
292 |
|
293 |
load_dotenv()
|
294 |
fire_crawl_api_key = os.getenv("FIRECRAWL_API_KEY")
|
295 |
-
st.write(fire_crawl_api_key)
|
296 |
#check if brand name and description are already set
|
297 |
if "Nom de la marque" not in st.session_state:
|
298 |
st.session_state["Nom de la marque"] = ""
|
|
|
45 |
docs+=loader.load()
|
46 |
return docs
|
47 |
except Exception as e:
|
|
|
|
|
48 |
return None
|
49 |
|
50 |
|
|
|
290 |
|
291 |
load_dotenv()
|
292 |
fire_crawl_api_key = os.getenv("FIRECRAWL_API_KEY")
|
|
|
293 |
#check if brand name and description are already set
|
294 |
if "Nom de la marque" not in st.session_state:
|
295 |
st.session_state["Nom de la marque"] = ""
|
requirements.txt
CHANGED
@@ -36,3 +36,4 @@ pdfkit
|
|
36 |
kaleido
|
37 |
langchain-core
|
38 |
langchain-mistralai
|
|
|
|
36 |
kaleido
|
37 |
langchain-core
|
38 |
langchain-mistralai
|
39 |
+
firecrawl-py
|