Spaces:
Sleeping
Sleeping
updated formating
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(css="""
|
|
71 |
|
72 |
""") as demo:
|
73 |
gr.Markdown("# π LearnFlow")
|
74 |
-
gr.Markdown("""
|
75 |
|
76 |
with gr.Row():
|
77 |
with gr.Column(scale=1):
|
@@ -84,7 +84,7 @@ with gr.Blocks(css="""
|
|
84 |
|
85 |
with gr.Group(elem_id="feedback-section", visible=False) as feedback_section:
|
86 |
userFeedback = gr.Textbox(label="βΉοΈ Help us know what youβre looking for")
|
87 |
-
submitWithFeeback = gr.Button("π
|
88 |
|
89 |
resource_button = gr.Button("π Click to get Resource", visible=False, elem_classes="gr-button")
|
90 |
|
|
|
71 |
|
72 |
""") as demo:
|
73 |
gr.Markdown("# π LearnFlow")
|
74 |
+
gr.Markdown("""πΉ**πΊοΈ Personalized Study Workflow** πΉ**π§ Meaningful Reasoning & Outcomes** πΉ**π Beginner-Friendly Resources** πΉ**β Grasp Check Questions**""")
|
75 |
|
76 |
with gr.Row():
|
77 |
with gr.Column(scale=1):
|
|
|
84 |
|
85 |
with gr.Group(elem_id="feedback-section", visible=False) as feedback_section:
|
86 |
userFeedback = gr.Textbox(label="βΉοΈ Help us know what youβre looking for")
|
87 |
+
submitWithFeeback = gr.Button("π Update the flow with feedback", elem_classes="gr-button")
|
88 |
|
89 |
resource_button = gr.Button("π Click to get Resource", visible=False, elem_classes="gr-button")
|
90 |
|