edithram23 commited on
Commit
c21ac27
1 Parent(s): e8f0e1a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -62,7 +62,7 @@ async def submit_form(message: str = Form(...)):
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>
 
62
  </head>
63
  <body>
64
  <h1>Enter Your Message</h1>
65
+ <form action="/" method="get">
66
  <p>{mask_generation(message)}</p>
67
  <input type="submit" value="HOME">
68
  </form>