arcosx commited on
Commit
256bf31
·
1 Parent(s): 8a1dfeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,6 +36,7 @@ with gr.Blocks() as demo:
36
  gr.Examples(
37
  [["O=C(O)CBr"],["O=CC(Br)(Br)Br"],["IC(Br)Br"]],
38
  [inputs],
 
39
  )
40
 
41
 
 
36
  gr.Examples(
37
  [["O=C(O)CBr"],["O=CC(Br)(Br)Br"],["IC(Br)Br"]],
38
  [inputs],
39
+ label="参考格式"
40
  )
41
 
42