earnliners commited on
Commit
407c797
·
verified ·
1 Parent(s): 84324f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -235,6 +235,8 @@ st.markdown(
235
  """, unsafe_allow_html=True
236
  )
237
 
 
 
238
 
239
  with st.expander("Slide 1: Introduction", expanded=False):
240
  st.subheader("Real-Time Crypto Trading Bot Using Machine Learning and PCA")
@@ -424,4 +426,3 @@ st.markdown("1P9R71C6JYJxrPVEzMz4K3hoHYGRW39A9A")
424
  st.markdown('Join our [Community on Huggingface](https://huggingface.co/TradeAdmin) for more.')
425
  st.markdown('All our bots are [tested on HTX](https://www.htx.com/invite/en-us/1f?invite_code=awhd9223).')
426
 
427
- # Educational Slides Section dona
 
235
  """, unsafe_allow_html=True
236
  )
237
 
238
+ st.markdown('Read the [White Paper](https://huggingface.co/spaces/earnliners/dow-usd/resolve/main/QPTFen.pdf).')
239
+
240
 
241
  with st.expander("Slide 1: Introduction", expanded=False):
242
  st.subheader("Real-Time Crypto Trading Bot Using Machine Learning and PCA")
 
426
  st.markdown('Join our [Community on Huggingface](https://huggingface.co/TradeAdmin) for more.')
427
  st.markdown('All our bots are [tested on HTX](https://www.htx.com/invite/en-us/1f?invite_code=awhd9223).')
428