We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee20138 commit 1f0d23cCopy full SHA for 1f0d23c
Backend/NotesToText.py
@@ -12,6 +12,7 @@
12
s3_bucket_name = "learnmateai"
13
14
s3 = boto3.client("s3", aws_access_key_id=s3_access_key, aws_secret_access_key=s3_secret_access_key)
15
+
16
# Create an instance of APIRouter
17
18
router = APIRouter()
0 commit comments