Spaces:
Running
Running
Update app.py
Browse files
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 |
|