Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|