Update pages/Automatic_Machine_learning_app.py
Browse files
pages/Automatic_Machine_learning_app.py
CHANGED
|
@@ -3,10 +3,7 @@ import pandas as pd
|
|
| 3 |
import numpy as np
|
| 4 |
import plotly.express as px
|
| 5 |
|
| 6 |
-
|
| 7 |
-
st.set_page_config(page_title="🏏 Cricket Players Hub", layout="wide")
|
| 8 |
-
|
| 9 |
-
# Custom Background & Style
|
| 10 |
st.markdown(
|
| 11 |
"""
|
| 12 |
<style>
|
|
@@ -31,7 +28,6 @@ st.markdown(
|
|
| 31 |
unsafe_allow_html=True
|
| 32 |
)
|
| 33 |
|
| 34 |
-
st.markdown(background_style, unsafe_allow_html=True)
|
| 35 |
|
| 36 |
# Set page title
|
| 37 |
st.title("Cricket Icons")
|
|
|
|
| 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 |
unsafe_allow_html=True
|
| 29 |
)
|
| 30 |
|
|
|
|
| 31 |
|
| 32 |
# Set page title
|
| 33 |
st.title("Cricket Icons")
|