Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RASMUS
/
ChatGPT-Exam-prepare-bot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RASMUS
commited on
Oct 1, 2023
Commit
657bc15
·
1 Parent(s):
46309c0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,7 +19,7 @@ question_strings = {
19
}
20
21
lang_mapping = {
22
-
"English": "
en
",
23
"Finnish": "fin"
24
}
25
19
}
20
21
lang_mapping = {
22
+
"English": "
eng
",
23
"Finnish": "fin"
24
}
25