Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ app = Flask(__name__)
|
|
10 |
|
11 |
@app.route('/')
|
12 |
def index():
|
13 |
-
return "Welcome to
|
14 |
|
15 |
if __name__ == '__main__':
|
16 |
app.run()
|
|
|
10 |
|
11 |
@app.route('/')
|
12 |
def index():
|
13 |
+
return "Welcome to Textwizai!"
|
14 |
|
15 |
if __name__ == '__main__':
|
16 |
app.run()
|