Spaces:
Sleeping
Sleeping
Commit ·
81550b4
1
Parent(s): 1e88248
Initial commit: ContiAI web application
Browse files- app.py +2 -2
- modules/__init__.py +2 -2
app.py
CHANGED
|
@@ -33,8 +33,8 @@ from agents.analysis_phase import (
|
|
| 33 |
from modules import (
|
| 34 |
llm,
|
| 35 |
inputs,
|
| 36 |
-
outlines,
|
| 37 |
-
objectives,
|
| 38 |
init_firebase,
|
| 39 |
get_realtime_db,
|
| 40 |
get_firestore_db,
|
|
|
|
| 33 |
from modules import (
|
| 34 |
llm,
|
| 35 |
inputs,
|
| 36 |
+
# outlines,
|
| 37 |
+
# objectives,
|
| 38 |
init_firebase,
|
| 39 |
get_realtime_db,
|
| 40 |
get_firestore_db,
|
modules/__init__.py
CHANGED
|
@@ -5,8 +5,8 @@ from .inputs import (
|
|
| 5 |
bloom_taxonomy_1,
|
| 6 |
bloom_taxonomy_2,
|
| 7 |
html_template,
|
| 8 |
-
outlines,
|
| 9 |
-
objectives,
|
| 10 |
)
|
| 11 |
from .directory import (
|
| 12 |
output_dir,
|
|
|
|
| 5 |
bloom_taxonomy_1,
|
| 6 |
bloom_taxonomy_2,
|
| 7 |
html_template,
|
| 8 |
+
# outlines,
|
| 9 |
+
# objectives,
|
| 10 |
)
|
| 11 |
from .directory import (
|
| 12 |
output_dir,
|