samsl commited on
Commit
e6451a7
1 Parent(s): 8ee9230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -179,8 +179,8 @@ demo = gr.Interface(
179
  gr.DataFrame(label='Results', headers=['Protein 1', 'Protein 2', 'Interaction']),
180
  gr.File(label="Download results", type="filepath")
181
  ],
182
- # title = title,
183
- # description = description,
184
  article = article,
185
  theme = theme,
186
  )
 
179
  gr.DataFrame(label='Results', headers=['Protein 1', 'Protein 2', 'Interaction']),
180
  gr.File(label="Download results", type="filepath")
181
  ],
182
+ title = title,
183
+ description = description,
184
  article = article,
185
  theme = theme,
186
  )