Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def predict(image):
|
|
52 |
|
53 |
with gr.Blocks(css=".gradio-container {background:azure;}", title="MNIST ει‘ε¨"
|
54 |
) as demo:
|
55 |
-
gr.HTML('<div style="font-size:
|
56 |
|
57 |
with gr.Row():
|
58 |
with gr.Tab("γγ£γ³γγΉ"):
|
|
|
52 |
|
53 |
with gr.Blocks(css=".gradio-container {background:azure;}", title="MNIST ει‘ε¨"
|
54 |
) as demo:
|
55 |
+
gr.HTML('<div style="font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">MNIST ει‘ε¨</div>')
|
56 |
|
57 |
with gr.Row():
|
58 |
with gr.Tab("γγ£γ³γγΉ"):
|