Update app.py
Browse files
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",)
|
| 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",height = 10)
|
| 186 |
|
| 187 |
|
| 188 |
|