Snehadeep commited on
Commit
197b717
1 Parent(s): 5254a6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ df = pd.DataFrame({'x': [x], 'y': [y] , 'x + y': [x + y]}, index = ['addition ro
126
  # df = (get_data())
127
  st.write(df)
128
  result = get_data()
129
- st.dataframe(result)
130
 
131
 
132
 
 
126
  # df = (get_data())
127
  st.write(df)
128
  result = get_data()
129
+ st.write(result)
130
 
131
 
132