remove title, description, article -- we will embed these in the landing page
Browse files
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 |
|