Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
# to solve complex problems through intelligent task decomposition and parallel processing.
|
5 |
|
6 |
# Installation (uncomment for Google Colab)
|
7 |
-
!pip install gradio langchain langchain-openai openai networkx matplotlib asyncio aiohttp pandas numpy plotly python-dotenv pydantic scipy
|
8 |
|
9 |
import os
|
10 |
import json
|
|
|
4 |
# to solve complex problems through intelligent task decomposition and parallel processing.
|
5 |
|
6 |
# Installation (uncomment for Google Colab)
|
7 |
+
# !pip install gradio langchain langchain-openai openai networkx matplotlib asyncio aiohttp pandas numpy plotly python-dotenv pydantic scipy
|
8 |
|
9 |
import os
|
10 |
import json
|