Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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()
|