izammohammed commited on
Commit
a0a961a
Β·
1 Parent(s): 65218dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -110,7 +110,8 @@ def 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)
 
110
  return res
111
 
112
  if st.button("Get Insights", type="primary"):
113
+ st.write("Visualising the data into various plots πŸ“Š...")
114
+ st.write("Generating insights from the visualization of the data πŸ’‘...")
115
  # running the pipeline
116
 
117
  response = generate(dataframe, text_input, option)