Update app.py
Browse files
app.py
CHANGED
@@ -274,17 +274,6 @@ def create_interface():
|
|
274 |
|
275 |
return app
|
276 |
|
277 |
-
# Requirements for requirements.txt
|
278 |
-
requirements_txt = """
|
279 |
-
crewai==0.28.8
|
280 |
-
crewai-tools==0.1.6
|
281 |
-
langchain-openai==0.1.7
|
282 |
-
langchain-community==0.0.29
|
283 |
-
gradio==4.20.0
|
284 |
-
PyPDF2==3.0.1
|
285 |
-
markdown==3.5.2
|
286 |
-
python-dotenv==1.0.0
|
287 |
-
"""
|
288 |
|
289 |
# Create the app
|
290 |
if __name__ == "__main__":
|
|
|
274 |
|
275 |
return app
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
|
278 |
# Create the app
|
279 |
if __name__ == "__main__":
|