Spaces:
Sleeping
Sleeping
Commit
·
e9952d1
1
Parent(s):
e5dc65d
fix: remove show_fullscreen_button
Browse files
app.py
CHANGED
@@ -168,7 +168,6 @@ interface = gr.Interface(
|
|
168 |
# outputs=gr.Textbox(label="Predictions", type="text"),
|
169 |
outputs=gr.Dataframe(
|
170 |
headers=["ID", "Class", "Probability"],
|
171 |
-
show_fullscreen_button=True,
|
172 |
),
|
173 |
title="xBitterT5",
|
174 |
description=("Prediction of bitter peptides using xBitterT5."),
|
|
|
168 |
# outputs=gr.Textbox(label="Predictions", type="text"),
|
169 |
outputs=gr.Dataframe(
|
170 |
headers=["ID", "Class", "Probability"],
|
|
|
171 |
),
|
172 |
title="xBitterT5",
|
173 |
description=("Prediction of bitter peptides using xBitterT5."),
|