aminaj commited on
Commit
131fddd
1 Parent(s): 86d9fdb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -58,7 +58,7 @@ async def lifespan(app: FastAPI):
58
 
59
  description = """
60
  ## Text Classification API
61
- This app shows the sentiment of the text (positive, negative, or neutral)
62
  Check out the docs for the `/analyze/{text}` endpoint below to try it out!
63
  """
64
 
 
58
 
59
  description = """
60
  ## Text Classification API
61
+ This app shows the sentiment of the text (positive, negative, or neutral).
62
  Check out the docs for the `/analyze/{text}` endpoint below to try it out!
63
  """
64