ClassCat commited on
Commit
cad8701
β€’
1 Parent(s): 9ddd818

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,9 +50,9 @@ def predict(image):
50
  return confidences
51
 
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("キャンバス"):
 
50
  return confidences
51
 
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("キャンバス"):