Update app.py
Browse files
app.py
CHANGED
|
@@ -556,7 +556,7 @@ def show_difficulty_roadmap(difficulty):
|
|
| 556 |
return dsa_system.get_difficulty_based_roadmap(difficulty)
|
| 557 |
|
| 558 |
# Create the Gradio interface
|
| 559 |
-
with gr.Blocks(title="🎯 DSA Learning Roadmap", theme=gr.themes.
|
| 560 |
gr.Markdown("""
|
| 561 |
# 🎯 DSA Learning Roadmap Generator
|
| 562 |
|
|
|
|
| 556 |
return dsa_system.get_difficulty_based_roadmap(difficulty)
|
| 557 |
|
| 558 |
# Create the Gradio interface
|
| 559 |
+
with gr.Blocks(title="🎯 DSA Learning Roadmap", theme=gr.themes.Default()) as app:
|
| 560 |
gr.Markdown("""
|
| 561 |
# 🎯 DSA Learning Roadmap Generator
|
| 562 |
|