Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjaliRaj015 authored Nov 27, 2023
1 parent 3f1f3c3 commit 3a64eee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ <h2>Prediction for Date: {{ prediction['Date'] }}</h2>
</span>
</div>
</div>
{% if report %}
<h3>Generated Report:</h3>
<p>{{ report }}</p>
{% endif %}
<style>
.prediction-box {
border: 1px solid #ccc;
Expand Down

0 comments on commit 3a64eee

Please sign in to comment.