CYF200127 commited on
Commit
558de77
·
verified ·
1 Parent(s): d35cb85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks() as demo:
182
  components.append(gr.Image(value=img,label= f"RDKit Image of Reaction {i + 1} "))
183
  return components # 返回包含所有 SMILES Textbox 组件的列表
184
 
185
- download_json = gr.File(label="Download JSON File",height = 10)
186
 
187
 
188
 
 
182
  components.append(gr.Image(value=img,label= f"RDKit Image of Reaction {i + 1} "))
183
  return components # 返回包含所有 SMILES Textbox 组件的列表
184
 
185
+ download_json = gr.File(label="Download JSON File")
186
 
187
 
188