Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ from huggingface_hub import list_models
|
|
9 |
from Gradio_UI import GradioUI
|
10 |
import baostock as bs
|
11 |
import pandas as pd
|
|
|
12 |
|
13 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
14 |
@tool
|
|
|
9 |
from Gradio_UI import GradioUI
|
10 |
import baostock as bs
|
11 |
import pandas as pd
|
12 |
+
import re
|
13 |
|
14 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
15 |
@tool
|