dabbu2000 commited on
Commit
a02dedb
·
1 Parent(s): 92d4420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,6 +5,7 @@ import sys
5
  import time
6
  import math
7
  import pandas as pd
 
8
  from catalogue_operations import *
9
 
10
  def main():
@@ -133,7 +134,7 @@ def germanShepherdEvaluation():
133
  germanShepherdColumns[germanShepherdIndexColumn+1].image(germanShepherdLink, caption=lab, use_column_width='always')
134
  germanShepherdIndexImage += 1
135
 
136
- bands = ['g', 'r', 'z']
137
 
138
  germanShepherdSimilarityValueOutput = {}
139
  for q, x in germanShepherdSimilarityValue.items():
 
5
  import time
6
  import math
7
  import pandas as pd
8
+ from utils import *
9
  from catalogue_operations import *
10
 
11
  def main():
 
134
  germanShepherdColumns[germanShepherdIndexColumn+1].image(germanShepherdLink, caption=lab, use_column_width='always')
135
  germanShepherdIndexImage += 1
136
 
137
+ germanShepherdValueatIndex = ['w', 'e 's']
138
 
139
  germanShepherdSimilarityValueOutput = {}
140
  for q, x in germanShepherdSimilarityValue.items():