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