Commit
·
9552f1e
1
Parent(s):
82efd6a
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def compare_text(transcript, categories):
|
|
77 |
)
|
78 |
fig.update_layout(height=1000)
|
79 |
fig.update_xaxes(side="top")
|
80 |
-
return
|
81 |
|
82 |
categories = """Hello=Hello, how are you doing today?;Hi, everybody.;Hi;My name's Johnny
|
83 |
What=most advanced conversation intelligence and AI powered coaching platform;a software platform that helps people reach their potential
|
|
|
77 |
)
|
78 |
fig.update_layout(height=1000)
|
79 |
fig.update_xaxes(side="top")
|
80 |
+
return df_results_grid, fig
|
81 |
|
82 |
categories = """Hello=Hello, how are you doing today?;Hi, everybody.;Hi;My name's Johnny
|
83 |
What=most advanced conversation intelligence and AI powered coaching platform;a software platform that helps people reach their potential
|