EzekielMW commited on
Commit
604964b
·
verified ·
1 Parent(s): 6adfab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -187,6 +187,11 @@ async def translate_text(request: Request):
187
 
188
 
189
 
 
 
 
 
 
190
 
191
 
192
 
 
187
 
188
 
189
 
190
+ @app.get("/")
191
+ async def root():
192
+ return {"message": "Welcome to the translation API!"}
193
+
194
+
195
 
196
 
197