baysicx commited on
Commit
26495ea
Β·
verified Β·
1 Parent(s): c8fce53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ iface = gr.Interface(
48
  inputs=gr.Image(label="Upload molecular image", show_label=False, height=256),
49
  outputs=[
50
  gr.Image(label="Prediction", height=256),
51
- gr.Textbox(label="SMILES", show_copy_button=True),
52
- gr.Textbox(label="Molfile", show_copy_button=True),
53
  ],
54
  flagging_mode="auto",
55
  title="IDEA-OCSR",
 
48
  inputs=gr.Image(label="Upload molecular image", show_label=False, height=256),
49
  outputs=[
50
  gr.Image(label="Prediction", height=256),
51
+ gr.Textbox(label="SMILES"),
52
+ gr.Textbox(label="Molfile"),
53
  ],
54
  flagging_mode="auto",
55
  title="IDEA-OCSR",