Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import requests
|
|
3 |
|
4 |
app = Flask(__name__)
|
5 |
|
6 |
-
main_text =
|
7 |
|
8 |
@app.route('/')
|
9 |
def main_route():
|
|
|
3 |
|
4 |
app = Flask(__name__)
|
5 |
|
6 |
+
main_text = "Meow!<br>This is new url of ddosxd/realvisxlv3.<br>This space will be works after some time when i recieve ZeroGPU"
|
7 |
|
8 |
@app.route('/')
|
9 |
def main_route():
|