Spaces:
Runtime error
Runtime error
Commit
·
4637e87
1
Parent(s):
ce13763
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with st.sidebar:
|
|
47 |
st.title("World Market")
|
48 |
st.title("NIFTY")
|
49 |
#nif = data.DataReader('^NSEI','yahoo',current)['Close']
|
50 |
-
st.header(nif.iloc[0].round(2))
|
51 |
st.markdown("""---""")
|
52 |
|
53 |
st.title("SENSEX")
|
|
|
47 |
st.title("World Market")
|
48 |
st.title("NIFTY")
|
49 |
#nif = data.DataReader('^NSEI','yahoo',current)['Close']
|
50 |
+
#st.header(nif.iloc[0].round(2))
|
51 |
st.markdown("""---""")
|
52 |
|
53 |
st.title("SENSEX")
|