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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,7 +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 = """<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
 
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 given by Mat Kelcey</a>
66
  <br>
67
  Space by Vrinda Prabhu