taesiri commited on
Commit
1557c43
β€’
1 Parent(s): ec59835
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: PEEB HumanStudy
3
  emoji: πŸ¦€
4
  colorFrom: green
5
  colorTo: green
 
1
  ---
2
+ title: AdvisingNet HumanStudy
3
  emoji: πŸ¦€
4
  colorFrom: green
5
  colorTo: green
app.py CHANGED
@@ -156,7 +156,7 @@ def load_sample(data, current_index):
156
  "<div style='font-size: 24px;'>Sam guessed the Input image is "
157
  "<span style='font-weight: bold;'>{}</span> "
158
  "with <span style='font-weight: bold;'>{}%</span> "
159
- "confidence. Is this bird a <span style='font-weight: bold;'>{}</span>?"
160
  "</div>"
161
  )
162
 
@@ -164,7 +164,7 @@ def load_sample(data, current_index):
164
  "<div style='font-size: 24px;'>Sam guessed the Input image is "
165
  "<span style='font-weight: bold;'>{}</span> "
166
  "with <span style='font-weight: bold;'>{}%</span> "
167
- "confidence.<br>Is this bird a <span style='font-weight: bold;'>{}</span>?"
168
  "</div>"
169
  )
170
 
 
156
  "<div style='font-size: 24px;'>Sam guessed the Input image is "
157
  "<span style='font-weight: bold;'>{}</span> "
158
  "with <span style='font-weight: bold;'>{}%</span> "
159
+ "confidence. Is this dog a <span style='font-weight: bold;'>{}</span>?"
160
  "</div>"
161
  )
162
 
 
164
  "<div style='font-size: 24px;'>Sam guessed the Input image is "
165
  "<span style='font-weight: bold;'>{}</span> "
166
  "with <span style='font-weight: bold;'>{}%</span> "
167
+ "confidence.<br>Is this dog a <span style='font-weight: bold;'>{}</span>?"
168
  "</div>"
169
  )
170