Spaces:
Sleeping
Sleeping
Commit
·
2ecc352
1
Parent(s):
33d3ec7
Update app.py
Browse files
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("
|
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)
|