matanninio commited on
Commit
8b16321
·
1 Parent(s): cec3465
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ Given two protein sequences, estimate if the proteins interact or not.
104
  outputs=[prompt_box,decoded,gr.Number(label='PPI score')]
105
  )
106
  with gr.Row():
107
- gr.Markdown("```<SENTINEL_ID_0>``` contains the binding affinity class, which is ```<1>``` for interating and ```<0>``` for non-interating")
108
 
109
  return demo
110
 
 
104
  outputs=[prompt_box,decoded,gr.Number(label='PPI score')]
105
  )
106
  with gr.Row():
107
+ gr.Markdown("```<SENTINEL_ID_0>``` contains the binding affinity class, which is ```<1>``` for interacting and ```<0>``` for non-interacting")
108
 
109
  return demo
110