Skip to content

Commit

Permalink
📄 Documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
poloniki committed Oct 23, 2023
1 parent 80b442d commit 0d20713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quint/api/fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def root():
Returns:
dict: dictionary with welcome string as a value
"""
return {"greeting": "Welcome to Podcast Summarization API!"}
return {"greeting": "Welcome to the Quint API!"}


@app.post("/file_transcript")
Expand Down

0 comments on commit 0d20713

Please sign in to comment.