Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,4 +96,5 @@ if canvas_result.image_data is not None:
|
|
| 96 |
<div class="prediction-text">🔢 Predicted Digit: {np.argmax(prediction)}</div>
|
| 97 |
</div>
|
| 98 |
""", unsafe_allow_html=True
|
| 99 |
-
)
|
|
|
|
|
|
| 96 |
<div class="prediction-text">🔢 Predicted Digit: {np.argmax(prediction)}</div>
|
| 97 |
</div>
|
| 98 |
""", unsafe_allow_html=True
|
| 99 |
+
)
|
| 100 |
+
|