SamanthaStorm commited on
Commit
7398cf3
·
verified ·
1 Parent(s): 0231510

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),