Spaces:
Sleeping
Sleeping
Commit
Β·
a0a961a
1
Parent(s):
65218dc
Update app.py
Browse files
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
|
|
|
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)
|