samsl commited on
Commit
93619ca
1 Parent(s): 63de767

remove title, description, article -- we will embed these in the landing page

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -166,9 +166,9 @@ demo = gr.Interface(
166
  gr.DataFrame(label='Results', headers=['Protein 1', 'Protein 2', 'Interaction']),
167
  gr.File(label="Download results", type="file")
168
  ],
169
- title = title,
170
- description = description,
171
- article = article,
172
  theme = theme,
173
  )
174
 
 
166
  gr.DataFrame(label='Results', headers=['Protein 1', 'Protein 2', 'Interaction']),
167
  gr.File(label="Download results", type="file")
168
  ],
169
+ # title = title,
170
+ # description = description,
171
+ # article = article,
172
  theme = theme,
173
  )
174