Yin Fang
commited on
Commit
Β·
a8ee13b
1
Parent(s):
1b1f330
Update app.py
Browse files
app.py
CHANGED
@@ -197,8 +197,7 @@ with gr.Blocks() as demo:
|
|
197 |
|
198 |
|
199 |
gr.Examples(
|
200 |
-
examples=[
|
201 |
-
["[C][C][=Branch1][C][=O][N][C][C][O][C][C][O][C][C][O][C][C][Ring1][N]"],
|
202 |
["[C][C][S][C][C][S][C][C][C][S][C][C][S][C][Ring1][=C]"],
|
203 |
["[N][#C][C][C][C@@H1][C][C][C][C][C][C][C][C][C][C][C][Ring1][N][=O]"]
|
204 |
],
|
|
|
197 |
|
198 |
|
199 |
gr.Examples(
|
200 |
+
examples=[["[C][C][=Branch1][C][=O][N][C][C][O][C][C][O][C][C][O][C][C][Ring1][N]"],
|
|
|
201 |
["[C][C][S][C][C][S][C][C][C][S][C][C][S][C][Ring1][=C]"],
|
202 |
["[N][#C][C][C][C@@H1][C][C][C][C][C][C][C][C][C][C][C][Ring1][N][=O]"]
|
203 |
],
|