CYF200127 commited on
Commit
2df1e99
·
verified ·
1 Parent(s): 2551c79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -232,8 +232,8 @@ with gr.Blocks() as demo:
232
 
233
 
234
 
235
- components.append(gr.Textbox(value=smiles,label= f"SMILES of Reaction {i + 1} SMILES", show_copy_button=True, interactive=False))
236
- components.append(gr.Image(value=png_file,label= f"RDKit Image of Reaction {i + 1} RDKit Image"))
237
  return components # 返回包含所有 SMILES Textbox 组件的列表
238
 
239
  download_json = gr.File(label="Download JSON File",)
 
232
 
233
 
234
 
235
+ components.append(gr.Textbox(value=smiles,label= f"SMILES of Reaction {i + 1}", show_copy_button=True, interactive=False))
236
+ components.append(gr.Image(value=png_file,label= f"RDKit Image of Reaction {i + 1}"))
237
  return components # 返回包含所有 SMILES Textbox 组件的列表
238
 
239
  download_json = gr.File(label="Download JSON File",)