tonyliu404 commited on
Commit
bc5c437
·
verified ·
1 Parent(s): 7dc70e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -282,6 +282,7 @@ def display_dishes_in_grid(dishes, cols=3):
282
 
283
  def display_prediction_graph(class_names, confidences):
284
  theme_mode = st.get_option("theme.base")
 
285
  #reversing them so graph displays highest predictions at the top
286
  confidences.reverse()
287
  class_names.reverse()
 
282
 
283
  def display_prediction_graph(class_names, confidences):
284
  theme_mode = st.get_option("theme.base")
285
+ print("ThEME MODE IQEWOKWQPIJWQPIJEWQOPIJWQPIJEWQPIJEWQPJIEWQPWQEPEWQPOJPJQWEOPJW",theme_mode)
286
  #reversing them so graph displays highest predictions at the top
287
  confidences.reverse()
288
  class_names.reverse()