InnaV commited on
Commit
7313e44
·
verified ·
1 Parent(s): 6660a17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def my_custom_tool(text:str, arg2:int)-> str: #it's import to specify the return
31
  topic_words = ' '.join(topic_words)
32
 
33
  except Exception as e:
34
- return f"Error fetching the topic of the text}"
35
 
36
  return "Here is the topic of the text: ", topic_words
37
 
 
31
  topic_words = ' '.join(topic_words)
32
 
33
  except Exception as e:
34
+ return f"Error fetching the topic of the text"
35
 
36
  return "Here is the topic of the text: ", topic_words
37