Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -715,7 +715,7 @@ def create_interface():
|
|
715 |
)
|
716 |
with gr.Column(scale=2):
|
717 |
spaces_sort = gr.Radio(
|
718 |
-
choices=["
|
719 |
value="rank",
|
720 |
label="π Sort by",
|
721 |
interactive=True,
|
@@ -742,7 +742,7 @@ def create_interface():
|
|
742 |
)
|
743 |
with gr.Column(scale=2):
|
744 |
models_sort = gr.Radio(
|
745 |
-
choices=["
|
746 |
value="rank",
|
747 |
label="π Sort by",
|
748 |
interactive=True,
|
@@ -770,7 +770,7 @@ def create_interface():
|
|
770 |
)
|
771 |
with gr.Column(scale=2):
|
772 |
datasets_sort = gr.Radio(
|
773 |
-
choices=["
|
774 |
value="rank",
|
775 |
label="π Sort by",
|
776 |
interactive=True,
|
|
|
715 |
)
|
716 |
with gr.Column(scale=2):
|
717 |
spaces_sort = gr.Radio(
|
718 |
+
choices=["Rank", "Rising_Rate", "Popularity"],
|
719 |
value="rank",
|
720 |
label="π Sort by",
|
721 |
interactive=True,
|
|
|
742 |
)
|
743 |
with gr.Column(scale=2):
|
744 |
models_sort = gr.Radio(
|
745 |
+
choices=["Rank", "Rising_Rate", "Popularity"],
|
746 |
value="rank",
|
747 |
label="π Sort by",
|
748 |
interactive=True,
|
|
|
770 |
)
|
771 |
with gr.Column(scale=2):
|
772 |
datasets_sort = gr.Radio(
|
773 |
+
choices=["Rank", "Rising_Rate", "Popularity"],
|
774 |
value="rank",
|
775 |
label="π Sort by",
|
776 |
interactive=True,
|