Spaces:
Build error
Build error
David Li commited on
Commit ·
0d5593b
1
Parent(s): d7fbc91
feat: update model
Browse files- pages/etf.py +1 -1
pages/etf.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
from openbb_terminal.etf import symbols
|
| 3 |
|
| 4 |
etf_symbols = symbols()
|
| 5 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from openbb_terminal.etf.stockanalysis_model import symbols
|
| 3 |
|
| 4 |
etf_symbols = symbols()
|
| 5 |
|