Randa commited on
Commit
353fd37
·
verified ·
1 Parent(s): 2b0bde5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def update_message(request: gr.Request):
147
 
148
  # Get test categories
149
  data_list = full_test_list
150
- image_path="/all_imgs/"
151
  completed_tests_list = []
152
  remaining_tests = []
153
 
 
147
 
148
  # Get test categories
149
  data_list = full_test_list
150
+ image_path="all_imgs/"
151
  completed_tests_list = []
152
  remaining_tests = []
153