pavanmutha commited on
Commit
5bf1891
·
verified ·
1 Parent(s): f78e140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def format_analysis_report(raw_output, visuals, metrics=None, explainability_plo
104
  <h2 style="color: #2B547E;">⚙️ Model Hyperparameters</h2>
105
  <div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;">
106
  {''.join([
107
- f"""
108
  <div style="background: white; padding: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
109
  <h3 style="margin: 0 0 10px 0; color: #4A708B;">{key.replace('_', ' ').title()}</h3>
110
  <p style="font-size: 18px; margin: 0;">{value}</p>
 
104
  <h2 style="color: #2B547E;">⚙️ Model Hyperparameters</h2>
105
  <div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;">
106
  {''.join([
107
+ f""
108
  <div style="background: white; padding: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
109
  <h3 style="margin: 0 0 10px 0; color: #4A708B;">{key.replace('_', ' ').title()}</h3>
110
  <p style="font-size: 18px; margin: 0;">{value}</p>