mohsinabbas1984 commited on
Commit
8c0455b
1 Parent(s): b50b511

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -72,7 +72,7 @@ class TextInput(BaseModel):
72
  # Define the welcome endpoint
73
  @app.get('/')
74
  async def welcome():
75
- return "Welcome to our Text Classification API"
76
 
77
  # Validate input text length
78
  MAX_TEXT_LENGTH = 1000
 
72
  # Define the welcome endpoint
73
  @app.get('/')
74
  async def welcome():
75
+ return "Welcome to our Docker Based Text Classification API"
76
 
77
  # Validate input text length
78
  MAX_TEXT_LENGTH = 1000