Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import openai
|
3 |
import os
|
4 |
-
from
|
5 |
from agents import MedicalAgent, GovernmentAgent, SocialAgent, EconomicAgent, MisinfoAgent
|
6 |
from trust_logic import trust_calibration, weighted_consensus
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
import openai
|
3 |
import os
|
4 |
+
from codette_core import Code7eCQURE
|
5 |
from agents import MedicalAgent, GovernmentAgent, SocialAgent, EconomicAgent, MisinfoAgent
|
6 |
from trust_logic import trust_calibration, weighted_consensus
|
7 |
|