Spaces:
Sleeping
Sleeping
add d to pandas pd so it works correctly
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import gradio as gr
|
3 |
import requests
|
4 |
import inspect
|
5 |
-
import pandas as
|
6 |
|
7 |
from my_agent import SmolAgent # Import the new agentd
|
8 |
|
|
|
2 |
import gradio as gr
|
3 |
import requests
|
4 |
import inspect
|
5 |
+
import pandas as pd
|
6 |
|
7 |
from my_agent import SmolAgent # Import the new agentd
|
8 |
|