Natwar commited on
Commit
0cd66b6
Β·
verified Β·
1 Parent(s): 6992b05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -982,12 +982,12 @@ def create_colab_interface():
982
  """Create Gradio interface optimized for Google Colab."""
983
  app = StandaloneResumeMatcherApp()
984
 
985
- with gr.Blocks(title="Resume Matcher for Google Colab", theme=gr.themes.Soft()) as interface:
986
  gr.Markdown("# πŸš€ Resume Matcher - Standalone Snappy Edition")
987
  gr.Markdown("""
988
  **βœ… Zero Dependencies | ⚑ Instant Results | 🎯 Advanced AI Analytics**
989
 
990
- **Perfect for Google Colab - Just paste and run!**
991
 
992
  **Key Features:**
993
  - 🎯 **Smart Role Matching**: AI-powered role classification across 20+ roles
@@ -1150,7 +1150,7 @@ Responsibilities:
1150
 
1151
  # Main execution
1152
  if __name__ == "__main__":
1153
- print("πŸš€ Starting Resume Matcher for Google Colab...")
1154
  print("βœ… No external dependencies required!")
1155
  print("πŸ“Š Loading comprehensive role database...")
1156
 
 
982
  """Create Gradio interface optimized for Google Colab."""
983
  app = StandaloneResumeMatcherApp()
984
 
985
+ with gr.Blocks(title="Resume Matcher", theme=gr.themes.Soft()) as interface:
986
  gr.Markdown("# πŸš€ Resume Matcher - Standalone Snappy Edition")
987
  gr.Markdown("""
988
  **βœ… Zero Dependencies | ⚑ Instant Results | 🎯 Advanced AI Analytics**
989
 
990
+ **Perfect for Quick Scans - Just paste and run!**
991
 
992
  **Key Features:**
993
  - 🎯 **Smart Role Matching**: AI-powered role classification across 20+ roles
 
1150
 
1151
  # Main execution
1152
  if __name__ == "__main__":
1153
+ print("πŸš€ Starting Resume Matcher...")
1154
  print("βœ… No external dependencies required!")
1155
  print("πŸ“Š Loading comprehensive role database...")
1156