sasha HF staff commited on
Commit
3c0d40a
1 Parent(s): dc33739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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])