jh000107 commited on
Commit
96dc934
·
1 Parent(s): 832fb1c

removing seaborn

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ def get_completion(conversation, model="gpt-4-1106-preview"):
266
  visitor_Y_converted = [grouped_sentiments[visitor_Y[i]] for i in range(num_utterances)]
267
  agent_Y_converted = [grouped_sentiments[agent_Y[i]] for i in range(num_utterances)]
268
 
269
- plt.style.use('seaborn')
270
 
271
  fig, ax = plt.subplots()
272
 
 
266
  visitor_Y_converted = [grouped_sentiments[visitor_Y[i]] for i in range(num_utterances)]
267
  agent_Y_converted = [grouped_sentiments[agent_Y[i]] for i in range(num_utterances)]
268
 
269
+ # plt.style.use('seaborn')
270
 
271
  fig, ax = plt.subplots()
272