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