ClassCat commited on
Commit
ed7a3f3
β€’
1 Parent(s): 4ddbac4

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def predict(image):
52
 
53
  with gr.Blocks(css=".gradio-container {background:honeydew;}", title="MNIST εˆ†ι‘žε™¨"
54
  ) as demo:
55
- gr.HTML("""<div style="font-family:'Times New Roman, Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">MNIST εˆ†ι‘žε™¨</div>""")
56
 
57
  with gr.Row():
58
  with gr.Tab("キャンバス"):
 
52
 
53
  with gr.Blocks(css=".gradio-container {background:honeydew;}", title="MNIST εˆ†ι‘žε™¨"
54
  ) as demo:
55
+ gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">MNIST εˆ†ι‘žε™¨</div>""")
56
 
57
  with gr.Row():
58
  with gr.Tab("キャンバス"):