rajat5ranjan commited on
Commit
8234189
·
verified ·
1 Parent(s): a76ae47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ if activities=="Symbol Analysis":
221
  # st.write(analysis_summary.summary)
222
  summary= analysis_summary.summary
223
  st.write(summary)
224
- st.markdown(f"RECOMMENDATION : {summary["RECOMMENDATION"]} \n BUY: {summary["BUY"]} \n SELL : {summary["SELL"]}\n : NEUTRAL: {summary["NEUTRAL"]}")
225
 
226
  # --- Row 2: Oscillators + Moving Averages ---
227
  # col3, col4 = st.columns(2)
 
221
  # st.write(analysis_summary.summary)
222
  summary= analysis_summary.summary
223
  st.write(summary)
224
+ st.markdown(f"RECOMMENDATION : {summary['RECOMMENDATION']} \n BUY: {summary['BUY']} \n SELL : {summary['SELL']}\n : NEUTRAL: {summary['NEUTRAL']}")
225
 
226
  # --- Row 2: Oscillators + Moving Averages ---
227
  # col3, col4 = st.columns(2)