Skip to content

Commit 6d452bc

Browse files
Update app.py
1 parent 1ac3f1b commit 6d452bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

backend/app.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ def generate_pdf_report(summary, r2, mse, forecast_dict):
5050
text = c.beginText(1 * inch, height - 1 * inch)
5151

5252
text.setFont("Helvetica-Bold", 14)
53-
text.textLine("AI Forecast Report")
53+
text.textLine("AI-DataScience-Lab Report")
54+
text.textLine("Created by Hariprashad Ravikumar")
55+
text.textLine("https://github.com/Hariprashad-Ravikumar")
56+
text.textLine("")
5457
text.setFont("Helvetica", 10)
5558
text.textLine(f"Model: Linear Regression")
5659
text.textLine(f"R² Score: {r2:.4f}")

0 commit comments

Comments
 (0)