Snehadeep commited on
Commit
4d4684e
1 Parent(s): c8f8735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,6 +127,6 @@ df = pd.DataFrame({'x': [x], 'y': [y] , 'x + y': [x + y]}, index = ['addition ro
127
  st.write(df)
128
  # result = get_data()
129
  print('banknifty')
130
- print(nse_quote_ltp("BANKNIFTY") ,'bank ')
131
-
132
  # st.write(result)
 
127
  st.write(df)
128
  # result = get_data()
129
  print('banknifty')
130
+ a=(nse_quote_ltp("BANKNIFTY") ,'bank ')
131
+ st.write(a)
132
  # st.write(result)