arshadsahar commited on
Commit
b87cc3f
·
verified ·
1 Parent(s): 893f73f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -583,9 +583,8 @@ with final_recs:
583
  st.header("GenAI Recommendations")
584
  st.write("""This module provides trading recommendation for the following day based on the current date.
585
  For demo purpose this is restricted to test data from (Aug 12, 2021- Aug 31,2021).
586
- The results shown here are based on our model's inference on this test data, which is available in the Colab Notebook.
587
- Real time calls for recommendation to GenAI based model can be provided as and when required as we are using paid services
588
- for model inference.""")
589
 
590
 
591
  recs = pd.read_csv("test_recom.csv")
 
583
  st.header("GenAI Recommendations")
584
  st.write("""This module provides trading recommendation for the following day based on the current date.
585
  For demo purpose this is restricted to test data from (Aug 12, 2021- Aug 31,2021).
586
+ The results shown here are based on our model's inference on this test data, which is available in the Colab Notebook provided along GitHub submission.
587
+ """)
 
588
 
589
 
590
  recs = pd.read_csv("test_recom.csv")