TouseefAhmad commited on
Commit
74c6467
·
verified ·
1 Parent(s): dea434a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Soft()) as app:
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