Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import numpy as np
|
3 |
-
import pandas as pd
|
4 |
from smolagents import CodeAgent, tool
|
5 |
from typing import Union, List, Dict, Optional
|
6 |
import matplotlib.pyplot as plt
|
|
|
1 |
import streamlit as st
|
2 |
import numpy as np
|
3 |
+
import pandas as pd
|
4 |
from smolagents import CodeAgent, tool
|
5 |
from typing import Union, List, Dict, Optional
|
6 |
import matplotlib.pyplot as plt
|