Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,7 @@ def main():
|
|
59 |
)
|
60 |
|
61 |
st.sidebar.markdown("<hr style='border: 1px solid gray; margin: 15px 0;'>", unsafe_allow_html=True)
|
62 |
-
|
63 |
st.sidebar.write("### Generate Label:")
|
64 |
-
|
65 |
# Define the ordered list of tasks.
|
66 |
task_order = [
|
67 |
"Text Generation",
|
@@ -75,7 +73,6 @@ def main():
|
|
75 |
"Question Answering",
|
76 |
"Sentence Similarity"
|
77 |
]
|
78 |
-
|
79 |
# Task selection
|
80 |
st.sidebar.write("#### 1. Select task(s) to view models")
|
81 |
selected_tasks = st.sidebar.multiselect("", options=task_order, default=["Text Generation"])
|
|
|
59 |
)
|
60 |
|
61 |
st.sidebar.markdown("<hr style='border: 1px solid gray; margin: 15px 0;'>", unsafe_allow_html=True)
|
|
|
62 |
st.sidebar.write("### Generate Label:")
|
|
|
63 |
# Define the ordered list of tasks.
|
64 |
task_order = [
|
65 |
"Text Generation",
|
|
|
73 |
"Question Answering",
|
74 |
"Sentence Similarity"
|
75 |
]
|
|
|
76 |
# Task selection
|
77 |
st.sidebar.write("#### 1. Select task(s) to view models")
|
78 |
selected_tasks = st.sidebar.multiselect("", options=task_order, default=["Text Generation"])
|