Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DaniilAlpha
/
answerer-api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DaniilAlpha
commited on
Nov 24, 2023
Commit
6b6784f
·
1 Parent(s):
7e854d5
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+0
-1
main.py
CHANGED
Viewed
@@ -43,7 +43,6 @@ HTML = """
43
}
44
45
function answer(value) {
46
-
alert(value);
47
output.innerHTML = value;
48
}
49
</script>
43
}
44
45
function answer(value) {
46
output.innerHTML = value;
47
}
48
</script>