Loubna ben allal
commited on
Commit
•
33c3beb
1
Parent(s):
76e3fc0
update app
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ architectures = {}
|
|
36 |
datasets = {}
|
37 |
pipelines = {}
|
38 |
|
39 |
-
if selected_task
|
40 |
st.title("Code Generation Models comparison 💻")
|
41 |
with open("intro.txt", "r") as f:
|
42 |
intro = f.read()
|
|
|
36 |
datasets = {}
|
37 |
pipelines = {}
|
38 |
|
39 |
+
if selected_task == " ":
|
40 |
st.title("Code Generation Models comparison 💻")
|
41 |
with open("intro.txt", "r") as f:
|
42 |
intro = f.read()
|