zkmine commited on
Commit
4526c26
·
verified ·
1 Parent(s): e965a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def predict_fn(*values):
64
 
65
  preds = response.json()["predictions"]
66
 
67
- # ⬇️ 美化后的预测结果 HTML 卡片渲染
68
  html = """
69
  <div style='
70
  background: #f9fafb;
 
64
 
65
  preds = response.json()["predictions"]
66
 
67
+ # prediction UI
68
  html = """
69
  <div style='
70
  background: #f9fafb;