3koozy commited on
Commit
49bc541
1 Parent(s): d0bd332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ import gradio as gr
19
  team_list = ["China" , "Saudi Arabia", "United States", "Finland"]
20
  description = '''
21
  This small prototype uses Big Data and AI to guide beginner athletes in choosing the most suitable sport based on their bio info.
22
- <img src="https://i.ibb.co/YRhvS4n/logo.jpg" alt="logo" border="0">
23
  '''
24
 
25
  def classify_sport(Sex,Age,Height,Weight,Team):
 
19
  team_list = ["China" , "Saudi Arabia", "United States", "Finland"]
20
  description = '''
21
  This small prototype uses Big Data and AI to guide beginner athletes in choosing the most suitable sport based on their bio info.
 
22
  '''
23
 
24
  def classify_sport(Sex,Age,Height,Weight,Team):