Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|