adzee17 commited on
Commit
46d9769
·
verified ·
1 Parent(s): 53709b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,10 +8,10 @@ def optimize_course(field):
8
 
9
  iface = gr.Interface(
10
  fn=optimize_course,
11
- inputs=gr.Textbox(label="Enter your field or topic"),
12
  outputs=gr.Markdown(label="Top Recommended Course(s)"),
13
  title="📚 Course Optimizer Bot",
14
- description="Enter a topic (e.g., Python, AI, Web Dev) and get the best-rated course with summarized reviews."
15
  )
16
 
17
  iface.launch()
 
8
 
9
  iface = gr.Interface(
10
  fn=optimize_course,
11
+ inputs=gr.Textbox(label="Enter your field or topic (e.g., Python, AI, Data Science)"),
12
  outputs=gr.Markdown(label="Top Recommended Course(s)"),
13
  title="📚 Course Optimizer Bot",
14
+ description="Enter a topic and get the best-rated course with summarized reviews.",
15
  )
16
 
17
  iface.launch()