3koozy commited on
Commit
d0bd332
1 Parent(s): 89bb426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ 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="logo.jpg" alt="TalentAI">
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
+ <img src="https://i.ibb.co/YRhvS4n/logo.jpg" alt="logo" border="0">
23
  '''
24
 
25
  def classify_sport(Sex,Age,Height,Weight,Team):