Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
•
c893777
1
Parent(s):
7b3aa96
Update app.py
Browse files
app.py
CHANGED
@@ -15,10 +15,7 @@ import pandas as pd
|
|
15 |
import json
|
16 |
import plotly.graph_objects as go
|
17 |
|
18 |
-
client = AzureOpenAI(
|
19 |
-
api_version="2023-07-01-preview",
|
20 |
-
azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT")
|
21 |
-
)
|
22 |
|
23 |
class SentimentAnalyzer:
|
24 |
def __init__(self):
|
|
|
15 |
import json
|
16 |
import plotly.graph_objects as go
|
17 |
|
18 |
+
client = AzureOpenAI()
|
|
|
|
|
|
|
19 |
|
20 |
class SentimentAnalyzer:
|
21 |
def __init__(self):
|