Spaces:
Runtime error
Runtime error
Update app.py
#2
by yara444015039 - opened
app.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
import os
|
| 2 |
from flask import Flask, render_template_string
|
| 3 |
-
|
| 4 |
app = Flask(__name__)
|
| 5 |
|
| 6 |
# HTML template using Jinja2 syntax to insert the URL safely
|
|
@@ -9,7 +8,7 @@ HTML_TEMPLATE = """
|
|
| 9 |
<!DOCTYPE html>
|
| 10 |
<html>
|
| 11 |
<head>
|
| 12 |
-
<title>
|
| 13 |
<style>
|
| 14 |
html, body {
|
| 15 |
margin: 0;
|
|
|
|
| 1 |
import os
|
| 2 |
from flask import Flask, render_template_string
|
|
|
|
| 3 |
app = Flask(__name__)
|
| 4 |
|
| 5 |
# HTML template using Jinja2 syntax to insert the URL safely
|
|
|
|
| 8 |
<!DOCTYPE html>
|
| 9 |
<html>
|
| 10 |
<head>
|
| 11 |
+
<title>yara1234</title>
|
| 12 |
<style>
|
| 13 |
html, body {
|
| 14 |
margin: 0;
|