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