Srish117 commited on
Commit
de7c179
·
verified ·
1 Parent(s): 4cdcced

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- st.session_state.summary = summary
188
 
189
- st.write("### Product Analysis Summary:")
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