mramazan commited on
Commit
ec5cb5b
·
verified ·
1 Parent(s): dc68509

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -449,11 +449,7 @@ def get_recommendations_gradio(favorites_state, num_recs, show_sequels, show_mov
449
  </div>
450
  <div style='flex: 1; min-width: 0;'>
451
  <h3 style='margin: 0 0 10px 0; color: #2c3e50; font-size: 1.2em; line-height: 1.3;'>{i}. {rec['name']}</h3>
452
- <div style='margin-bottom: 8px;'>
453
- <span style='background: #3498db; color: white; padding: 4px 8px; border-radius: 15px; font-size: 0.85em; font-weight: bold;'>
454
- Score: {rec['score']:.4f}
455
- </span>
456
- </div>
457
  <div style='margin-bottom: 8px;'>
458
  <span style='background: #e74c3c; color: white; padding: 4px 8px; border-radius: 15px; font-size: 0.85em; font-weight: bold;'>
459
  Type: {rec.get('type', 'Unknown')}
 
449
  </div>
450
  <div style='flex: 1; min-width: 0;'>
451
  <h3 style='margin: 0 0 10px 0; color: #2c3e50; font-size: 1.2em; line-height: 1.3;'>{i}. {rec['name']}</h3>
452
+
 
 
 
 
453
  <div style='margin-bottom: 8px;'>
454
  <span style='background: #e74c3c; color: white; padding: 4px 8px; border-radius: 15px; font-size: 0.85em; font-weight: bold;'>
455
  Type: {rec.get('type', 'Unknown')}