subham73 commited on
Commit
4eb0cd6
Β·
1 Parent(s): 4b64b19

updated formating

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(css="""
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,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("πŸ”‚ Suggest What to Learn (Revised)", elem_classes="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