removed unused imports
Browse files- ai_insights.py +0 -2
ai_insights.py
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
import openai
|
| 2 |
-
import streamlit as st
|
| 3 |
-
import os
|
| 4 |
|
| 5 |
def get_ai_insight(indicator_name, indicator_value, api_key):
|
| 6 |
"""
|
|
|
|
| 1 |
import openai
|
|
|
|
|
|
|
| 2 |
|
| 3 |
def get_ai_insight(indicator_name, indicator_value, api_key):
|
| 4 |
"""
|