Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ def display_table(analyst_output):
|
|
233 |
return table_data
|
234 |
|
235 |
# Main Execution Block
|
236 |
-
if st.button("Generate
|
237 |
with st.spinner('Processing...'):
|
238 |
try:
|
239 |
start_time = time.time()
|
|
|
233 |
return table_data
|
234 |
|
235 |
# Main Execution Block
|
236 |
+
if st.button("Generate Insights"):
|
237 |
with st.spinner('Processing...'):
|
238 |
try:
|
239 |
start_time = time.time()
|