yetessam commited on
Commit
ea72d80
·
verified ·
1 Parent(s): 87baec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ try:
34
  return classifier(input_text)
35
 
36
  except Exception as e:
37
- return f"Error fetching classification for text '{input_text}': {str(e)}"
38
 
39
 
40
  @tool
 
34
  return classifier(input_text)
35
 
36
  except Exception as e:
37
+ return f"Error fetching classification for text '{input_text}': {str(e)}"
38
 
39
 
40
  @tool