Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ result = f"These messages show patterns of {', '.join(label for label, _ in top_
|
|
135 |
for expl in top_explanations:
|
136 |
if expl:
|
137 |
result += f"\n• {expl}"
|
138 |
-
return result
|
139 |
|
140 |
textbox_inputs = [
|
141 |
gr.Textbox(label="Message 1"),
|
|
|
135 |
for expl in top_explanations:
|
136 |
if expl:
|
137 |
result += f"\n• {expl}"
|
138 |
+
return result
|
139 |
|
140 |
textbox_inputs = [
|
141 |
gr.Textbox(label="Message 1"),
|