Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|