edithram23 commited on
Commit
e40ffb5
·
verified ·
1 Parent(s): 8970b97

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -3
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="/submit" method="post">
66
  <p>{mask_generation(message)}</p>
67
- <input type="text" id="message" name="message">
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>