izammohammed commited on
Commit
2ecc352
·
1 Parent(s): 33d3ec7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def generate(dataframe, text_input, option):
110
  return res
111
 
112
  if st.button("Get Insights", type="primary"):
113
- st.write("generating insights ...")
114
  # running the pipeline
115
 
116
  response = generate(dataframe, text_input, option)
 
110
  return res
111
 
112
  if st.button("Get Insights", type="primary"):
113
+ st.write("Visualising the data into various plots ...\ngenerating insights from the visualization of the data ...")
114
  # running the pipeline
115
 
116
  response = generate(dataframe, text_input, option)