Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from tools.final_answer import FinalAnswerTool
|
|
| 7 |
import os
|
| 8 |
import pandas as pd
|
| 9 |
|
| 10 |
-
|
| 11 |
from eodhd import APIClient
|
| 12 |
|
| 13 |
from Gradio_UI import GradioUI
|
|
|
|
| 7 |
import os
|
| 8 |
import pandas as pd
|
| 9 |
|
| 10 |
+
pip install eodhd
|
| 11 |
from eodhd import APIClient
|
| 12 |
|
| 13 |
from Gradio_UI import GradioUI
|