Marthee commited on
Commit
29fe62a
·
1 Parent(s): 0b9e59d

Update app.py

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