earnliners commited on
Commit
37386aa
·
verified ·
1 Parent(s): ea29c72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -6
app.py CHANGED
@@ -219,19 +219,23 @@ def run_analysis():
219
  # Page configuration
220
  st.set_page_config(page_title="BTC-USD Trading Bot", layout="wide")
221
  st.title("BTC-USD Trading Bot")
222
- st.markdown('🎧 Listen to the Audio 🎧')
223
- st.markdown(
224
- """
225
- <iframe src="https://drive.google.com/file/d/1eXuzJGng4o5Hvd3kZjSnVfQ-UmhKen81/preview" width="640" height="480"></iframe>
226
- """, unsafe_allow_html=True
227
- )
228
 
229
  # Run analysis automatically on page load
230
  run_analysis()
231
 
 
232
  # Educational Slides Section
233
  st.header("Educational Slides")
234
 
 
 
 
 
 
 
 
 
235
  with st.expander("Slide 1: Introduction", expanded=False):
236
  st.subheader("Real-Time Crypto Trading Bot Using Machine Learning and PCA")
237
  st.markdown("""
 
219
  # Page configuration
220
  st.set_page_config(page_title="BTC-USD Trading Bot", layout="wide")
221
  st.title("BTC-USD Trading Bot")
222
+
 
 
 
 
 
223
 
224
  # Run analysis automatically on page load
225
  run_analysis()
226
 
227
+
228
  # Educational Slides Section
229
  st.header("Educational Slides")
230
 
231
+ st.markdown('🎧Listen to the Audio🎧')
232
+ st.markdown(
233
+ """
234
+ <iframe src="https://drive.google.com/file/d/1eXuzJGng4o5Hvd3kZjSnVfQ-UmhKen81/preview" width="640" height="480"></iframe>
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")
241
  st.markdown("""