Update app.py
Browse files
app.py
CHANGED
@@ -157,9 +157,7 @@ class MITIAnalyzer:
|
|
157 |
"emphasize": 0, # Emphasizing Autonomy
|
158 |
"confront": 0
|
159 |
}
|
160 |
-
logging.info("MITIAnalyzer initialized successfully")
|
161 |
|
162 |
-
|
163 |
|
164 |
def extract_score(self, response_text):
|
165 |
"""Extract numerical score from Gemini API response"""
|
|
|
157 |
"emphasize": 0, # Emphasizing Autonomy
|
158 |
"confront": 0
|
159 |
}
|
|
|
160 |
|
|
|
161 |
|
162 |
def extract_score(self, response_text):
|
163 |
"""Extract numerical score from Gemini API response"""
|