shwetashweta05 commited on
Commit
d088c08
·
verified ·
1 Parent(s): bec2798

Update pages/Automatic_Machine_learning_app.py

Browse files
pages/Automatic_Machine_learning_app.py CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
3
  import numpy as np
4
  import plotly.express as px
5
 
6
- st.markdown(background_style, unsafe_allow_html=True)
7
  st.markdown(
8
  """
9
  <style>
@@ -28,6 +28,8 @@ st.markdown(
28
  unsafe_allow_html=True
29
  )
30
 
 
 
31
 
32
  # Set page title
33
  st.title("Cricket Icons")
 
3
  import numpy as np
4
  import plotly.express as px
5
 
6
+
7
  st.markdown(
8
  """
9
  <style>
 
28
  unsafe_allow_html=True
29
  )
30
 
31
+ st.markdown(background_style, unsafe_allow_html=True)
32
+
33
 
34
  # Set page title
35
  st.title("Cricket Icons")