Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -62,10 +62,9 @@ async def submit_form(message: str = Form(...)):
|
|
| 62 |
</head>
|
| 63 |
<body>
|
| 64 |
<h1>Enter Your Message</h1>
|
| 65 |
-
<form action="/
|
| 66 |
<p>{mask_generation(message)}</p>
|
| 67 |
-
<input type="
|
| 68 |
-
<input type="submit" value="Submit">
|
| 69 |
</form>
|
| 70 |
</body>
|
| 71 |
</html>
|
|
|
|
| 62 |
</head>
|
| 63 |
<body>
|
| 64 |
<h1>Enter Your Message</h1>
|
| 65 |
+
<form action="/" method="post">
|
| 66 |
<p>{mask_generation(message)}</p>
|
| 67 |
+
<input type="submit" value="HOME">
|
|
|
|
| 68 |
</form>
|
| 69 |
</body>
|
| 70 |
</html>
|