Nazhar commited on
Commit
4545c68
·
verified ·
1 Parent(s): 7f81da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -693,7 +693,7 @@ with final_recs:
693
  rec_col2.write(f'<span style="font-size: large;"><b>Current Close Price:</b> {current_price}</span>', unsafe_allow_html=True)
694
  rec_col3.write(f'<span style="font-size: large;"><b>Following Close Price:</b> {fp[pred_date]}</span>', unsafe_allow_html=True)
695
  genrec_container.subheader("Generated Recommendation")
696
- genrec_container.divider()
697
  # genrec = 'Recommendation for following day will go here.'
698
  genrec_container.write(trade_recs['Recommendations'][0])
699
 
 
693
  rec_col2.write(f'<span style="font-size: large;"><b>Current Close Price:</b> {current_price}</span>', unsafe_allow_html=True)
694
  rec_col3.write(f'<span style="font-size: large;"><b>Following Close Price:</b> {fp[pred_date]}</span>', unsafe_allow_html=True)
695
  genrec_container.subheader("Generated Recommendation")
696
+ # genrec_container.divider()
697
  # genrec = 'Recommendation for following day will go here.'
698
  genrec_container.write(trade_recs['Recommendations'][0])
699