Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ st.markdown("### Help us pick the right labels for your models")
|
|
86 |
|
87 |
st.text("The labels for your dataset are: "+ str(data.features['label'].names))
|
88 |
|
89 |
-
"""
|
90 |
for i in range (len(model_list)):
|
91 |
st.text("The labels for your dataset are: "+ str(data.features['label'].names))
|
92 |
print(model_list[i])
|
|
|
86 |
|
87 |
st.text("The labels for your dataset are: "+ str(data.features['label'].names))
|
88 |
|
89 |
+
_ = """
|
90 |
for i in range (len(model_list)):
|
91 |
st.text("The labels for your dataset are: "+ str(data.features['label'].names))
|
92 |
print(model_list[i])
|