Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,16 +50,16 @@ learning_style_questions = [
|
|
50 |
]
|
51 |
|
52 |
learning_style_answers = [
|
53 |
-
["Watch
|
54 |
-
["Watch TV or play games", "Listen to music or talk", "Read books or write"],
|
55 |
-
["Seeing the word", "
|
56 |
-
["See the
|
57 |
-
["
|
58 |
-
["
|
59 |
-
["Visualize the
|
60 |
-
["
|
61 |
-
["
|
62 |
-
["
|
63 |
]
|
64 |
|
65 |
style_count_map = {
|
@@ -208,7 +208,7 @@ with gr.Blocks() as demo:
|
|
208 |
blog_checkbox = gr.Checkbox(label="π I'd like to write a mini blog about myself")
|
209 |
blog_text = gr.Textbox(lines=5, label="βοΈ Mini Blog", visible=True)
|
210 |
|
211 |
-
submit = gr.Button("
|
212 |
output = gr.Textbox(label="Status")
|
213 |
|
214 |
submit.click(fn=save_profile,
|
|
|
50 |
]
|
51 |
|
52 |
learning_style_answers = [
|
53 |
+
["Watch someone do it", "Listen to someone explain it", "Read about it"],
|
54 |
+
["Watch TV or play video games", "Listen to music or talk to people", "Read books or write stories"],
|
55 |
+
["Seeing the word in your mind", "Saying the word out loud", "Writing the word down"],
|
56 |
+
["See the action in your mind", "Hear the characters talk", "Focus on the written words"],
|
57 |
+
["Use diagrams or doodles", "Talk about ideas", "Write detailed notes"],
|
58 |
+
["Appreciate the rhythm and melodies", "Easily remember lyrics", "Analyze the lyrics"],
|
59 |
+
["Visualize the solution", "Discuss the problem", "Write out the steps"],
|
60 |
+
["Draw a map", "Give spoken directions", "Write directions"],
|
61 |
+
["Picture things", "Say things out loud", "Write or read quietly"],
|
62 |
+
["Remember faces", "Remember names or voices", "Remember what you wrote about them"]
|
63 |
]
|
64 |
|
65 |
style_count_map = {
|
|
|
208 |
blog_checkbox = gr.Checkbox(label="π I'd like to write a mini blog about myself")
|
209 |
blog_text = gr.Textbox(lines=5, label="βοΈ Mini Blog", visible=True)
|
210 |
|
211 |
+
submit = gr.Button("π
Save My Profile")
|
212 |
output = gr.Textbox(label="Status")
|
213 |
|
214 |
submit.click(fn=save_profile,
|