eagle0504 commited on
Commit
36802e9
1 Parent(s): 9d21678

link updated

Browse files
Files changed (1) hide show
  1. app.py +13 -2
app.py CHANGED
@@ -39,8 +39,19 @@ def run():
39
  4. **Input Custom Stocks**: Users are free to input any stocks they like. Please separate the stock tickers using commas and ensure that the tickers are in capital letters.
40
 
41
  5. **No AI Involved**: Please note that there is no artificial intelligence involved in the strategy. It selects the strongest performing stocks based on the most recent records.
42
-
43
- ## Instructions [YouTube](https://youtu.be/C6Bc3pe369c?si=CpqDxFL86hQb4yKg)
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  1. Click the "Download Data" button to fetch the latest stock data.
46
 
 
39
  4. **Input Custom Stocks**: Users are free to input any stocks they like. Please separate the stock tickers using commas and ensure that the tickers are in capital letters.
40
 
41
  5. **No AI Involved**: Please note that there is no artificial intelligence involved in the strategy. It selects the strongest performing stocks based on the most recent records.
42
+
43
+ ## YouTube Video Explanation
44
+
45
+ Please use the [link](https://youtu.be/C6Bc3pe369c?si=CpqDxFL86hQb4yKg).
46
+
47
+ """
48
+ )
49
+
50
+ st.video("https://youtu.be/C6Bc3pe369c?si=CpqDxFL86hQb4yKg")
51
+
52
+ st.markdown(
53
+ """
54
+ ## Instructions
55
 
56
  1. Click the "Download Data" button to fetch the latest stock data.
57