Spaces:
Sleeping
Sleeping
Adam
commited on
Commit
•
5f66163
1
Parent(s):
e714fad
Make description of interest shorter
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
with gr.Row():
|
48 |
nationality = gr.CheckboxGroup(label="Nationality", choices=["South Korea", "United States of America", "Australia", "Canada", "China", "France", "Germany", "Ireland", "Japan", "New Zealand", "Norway", "Singapore", "Sweden", "Switzerland", "United Kingdom"])
|
49 |
major = gr.CheckboxGroup(label="Major", choices=["Asia", "Art", "Business", "Bio", "Computer Science", "Economics", "Engineering", "Film", "History", "International", "Korea", "Law", "Linguistics", "Math", "Media", "Medicine", "Philosophy", "Politic"])
|
50 |
-
interest = gr.Textbox(label="Interests & Hobbies (
|
51 |
|
52 |
submit = gr.Button("Search")
|
53 |
|
|
|
47 |
with gr.Row():
|
48 |
nationality = gr.CheckboxGroup(label="Nationality", choices=["South Korea", "United States of America", "Australia", "Canada", "China", "France", "Germany", "Ireland", "Japan", "New Zealand", "Norway", "Singapore", "Sweden", "Switzerland", "United Kingdom"])
|
49 |
major = gr.CheckboxGroup(label="Major", choices=["Asia", "Art", "Business", "Bio", "Computer Science", "Economics", "Engineering", "Film", "History", "International", "Korea", "Law", "Linguistics", "Math", "Media", "Medicine", "Philosophy", "Politic"])
|
50 |
+
interest = gr.Textbox(label="Interests & Hobbies (Separate each keyword with a comma)", placeholder="sports, music, movie")
|
51 |
|
52 |
submit = gr.Button("Search")
|
53 |
|