Update app.py
Browse files
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 |
-
|
183 |
-
|
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 |
)
|