Spaces:
Paused
Paused
Commit
·
6c04808
1
Parent(s):
91c3b11
Update main.py
Browse files
main.py
CHANGED
@@ -19,7 +19,7 @@ HTML = """
|
|
19 |
<html>
|
20 |
|
21 |
<body>
|
22 |
-
<form action="" onsubmit="sendMessage(event)">
|
23 |
<input id="prompt" type="text" autocomplete="off" />
|
24 |
<br>
|
25 |
<input type="submit" value="SEND" />
|
|
|
19 |
<html>
|
20 |
|
21 |
<body>
|
22 |
+
<form action="GET" onsubmit="sendMessage(event)">
|
23 |
<input id="prompt" type="text" autocomplete="off" />
|
24 |
<br>
|
25 |
<input type="submit" value="SEND" />
|