Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,9 +184,9 @@ def main():
|
|
| 184 |
st.write(f"### Product Selected: {product_names[0]}")
|
| 185 |
with st.spinner("Generating AI-powered analysis..."):
|
| 186 |
summary = generate_summary(selected_product, tone.lower())
|
| 187 |
-
|
| 188 |
|
| 189 |
-
|
| 190 |
|
| 191 |
|
| 192 |
|
|
|
|
| 184 |
st.write(f"### Product Selected: {product_names[0]}")
|
| 185 |
with st.spinner("Generating AI-powered analysis..."):
|
| 186 |
summary = generate_summary(selected_product, tone.lower())
|
| 187 |
+
st.session_state.summary = summary
|
| 188 |
|
| 189 |
+
st.write("### Product Analysis Summary:")
|
| 190 |
|
| 191 |
|
| 192 |
|