Marthee commited on
Commit
1b544fa
·
1 Parent(s): a5d8550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def update_dropdown(section):
86
  def getInfotoMeasure():
87
  # db.create_folder()
88
  mylist=[1,2,3,4]
89
- return render_template("proposed-GUI2.html",mylist=mylist)
90
  #_________________________________________________________________________________________________________________________
91
  #_________________________________________________________________________________________________________________________
92
  #Hex value to RGB value
 
86
  def getInfotoMeasure():
87
  # db.create_folder()
88
  mylist=[1,2,3,4]
89
+ return render_template("proposed-GUI.html",mylist=mylist)
90
  #_________________________________________________________________________________________________________________________
91
  #_________________________________________________________________________________________________________________________
92
  #Hex value to RGB value