Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ demo = gr.Interface(
|
|
177 |
],
|
178 |
outputs = [
|
179 |
gr.DataFrame(label='Results', headers=['Protein 1', 'Protein 2', 'Interaction']),
|
180 |
-
gr.File(label="Download results", type="
|
181 |
],
|
182 |
# title = title,
|
183 |
# description = description,
|
|
|
177 |
],
|
178 |
outputs = [
|
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,
|