taskswithcode commited on
Commit
f050e78
1 Parent(s): 0242b2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,8 +134,8 @@ model_names = [
134
 
135
 
136
  example_file_names = {
137
- "Machine learning terms (30+ phrases)": "tests/small_test.txt",
138
- "Customer feedback mixed with noise (50+ sentences)":"tests/larger_test.txt"
139
  }
140
 
141
 
 
134
 
135
 
136
  example_file_names = {
137
+ "Machine learning terms (30+ phrases)": "small_test.txt",
138
+ "Customer feedback mixed with noise (50+ sentences)":"larger_test.txt"
139
  }
140
 
141