rosacastillo commited on
Commit
5260669
·
1 Parent(s): 82a220c

fixing missing variable in app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -1
app.py CHANGED
@@ -49,7 +49,21 @@ from tabs.error import (
49
  )
50
 
51
  from tabs.about import about_olas_predict, about_this_dashboard
52
- from scripts.utils import INC_TOOLS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
 
55
  def get_logger():
 
49
  )
50
 
51
  from tabs.about import about_olas_predict, about_this_dashboard
52
+
53
+ INC_TOOLS = [
54
+ "prediction-online",
55
+ "prediction-offline",
56
+ "claude-prediction-online",
57
+ "claude-prediction-offline",
58
+ "prediction-offline-sme",
59
+ "prediction-online-sme",
60
+ "prediction-request-rag",
61
+ "prediction-request-reasoning",
62
+ "prediction-url-cot-claude",
63
+ "prediction-request-rag-claude",
64
+ "prediction-request-reasoning-claude",
65
+ "superforcaster",
66
+ ]
67
 
68
 
69
  def get_logger():