Skip to content

Commit

Permalink
Update Predict4Me name on web app
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgcbs authored Jun 13, 2023
1 parent aef7ce0 commit 5eff6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def main():

st.write(
"""
# :robot_face: PredictMe
# :robot_face: Predict4Me
> A web Artificial Intelligence model for everyone - just upload your dataset and let it predict for you
"""
)
Expand Down Expand Up @@ -259,4 +259,4 @@ def main():
)

if __name__ == '__main__':
main()
main()

0 comments on commit 5eff6da

Please sign in to comment.