vdprabhu commited on
Commit
39d3580
1 Parent(s): 1f714f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -60,9 +60,8 @@ if __name__ == "__main__":
60
 
61
  description = f"This space uses model trained on CIFAR10 dataset using metric learning technique.\n\n{more_text}"
62
 
63
- article = """
64
- <p style='text-align: center'>
65
- <a href='https://keras.io/examples/vision/metric_learning/' target='_blank'>Keras Example by Mat Kelcey</a>
66
  <br>
67
  Space by Vrinda Prabhu
68
  </p>
 
60
 
61
  description = f"This space uses model trained on CIFAR10 dataset using metric learning technique.\n\n{more_text}"
62
 
63
+ article = """<p style='text-align: center'>
64
+ <a href='https://keras.io/examples/vision/metric_learning/' target='_blank'>Keras Example given by Mat Kelcey</a>
 
65
  <br>
66
  Space by Vrinda Prabhu
67
  </p>