Skip to content

Commit

Permalink
Added name of the web app
Browse files Browse the repository at this point in the history
Added name of this web app: HyperTuneML Platform
  • Loading branch information
madhurimarawat authored Jul 11, 2024
1 parent de3df22 commit 026c08f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,12 @@ def pca_plot(data_name, X):

# Main Function
def main():

# Giving Title
st.title("HyperTuneML Platform")

# Giving Title
st.title("ML Algorithms on Inbuilt and Kaggle Datasets")
st.write("### ML Algorithms on Inbuilt and Kaggle Datasets")

# Now we are making a select box for dataset
data_name=st.sidebar.selectbox("Select Dataset",
Expand Down

0 comments on commit 026c08f

Please sign in to comment.