Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ header_html = """
|
|
| 58 |
|
| 59 |
footer_html = """
|
| 60 |
<div style="max-width: 900px; margin: 0 auto; text-align: center;">
|
| 61 |
-
<h3 style="color: #7CE0E1; font-size: 1.8em;">Leírás:</h3>
|
| 62 |
<p style="font-size: 1.3em;">
|
| 63 |
Fenti anyagunk az <a href="https://itbetyar.hu/mesterseges-intelligencia-fejleszto-tanfolyam/">A.I. Developer tanfolyamunk</a> egy minta anyaga. Az MNIST Digit Classifikáció minden A.I. és Machine learining tanfolyam alap modellje, anyaga. Egy remek kezdő projekt.
|
| 64 |
</p>
|
|
|
|
| 58 |
|
| 59 |
footer_html = """
|
| 60 |
<div style="max-width: 900px; margin: 0 auto; text-align: center;">
|
| 61 |
+
<h3 style="color: #7CE0E1; font-size: 1.8em; margin-top: 20px;">Leírás:</h3>
|
| 62 |
<p style="font-size: 1.3em;">
|
| 63 |
Fenti anyagunk az <a href="https://itbetyar.hu/mesterseges-intelligencia-fejleszto-tanfolyam/">A.I. Developer tanfolyamunk</a> egy minta anyaga. Az MNIST Digit Classifikáció minden A.I. és Machine learining tanfolyam alap modellje, anyaga. Egy remek kezdő projekt.
|
| 64 |
</p>
|