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
271b3df
·
1 Parent(s):
8f826db
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-0
main.py
CHANGED
Viewed
@@ -43,6 +43,7 @@ HTML = """
43
}
44
45
function answer(value) {
46
output.innerHTML = value;
47
}
48
</script>
43
}
44
45
function answer(value) {
46
+
alert(value);
47
output.innerHTML = value;
48
}
49
</script>