Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks() as demo:
|
|
116 |
gr.Markdown("### Parsed Reactions")
|
117 |
reaction_output = gr.HTML(label="Detailed Reaction Output")
|
118 |
gr.Markdown("### Schematic Diagram")
|
119 |
-
schematic_diagram = gr.Image(value=example_diagram, label="
|
120 |
|
121 |
# ———— 右侧:SMILES 拆分 & RDKit 渲染 + JSON 下载 ————
|
122 |
with gr.Column(scale=1):
|
|
|
116 |
gr.Markdown("### Parsed Reactions")
|
117 |
reaction_output = gr.HTML(label="Detailed Reaction Output")
|
118 |
gr.Markdown("### Schematic Diagram")
|
119 |
+
schematic_diagram = gr.Image(value=example_diagram, label="Schematic Diagram")
|
120 |
|
121 |
# ———— 右侧:SMILES 拆分 & RDKit 渲染 + JSON 下载 ————
|
122 |
with gr.Column(scale=1):
|