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