Spaces:
Sleeping
Sleeping
mohammed3536
commited on
Commit
•
63d19b2
1
Parent(s):
39ef59f
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def generate_question_with_chatgpt(context):
|
|
62 |
# Decode the byte string to Unicode string
|
63 |
generated_question = generated_question.decode("utf-8")
|
64 |
|
65 |
-
|
66 |
|
67 |
def main():
|
68 |
# Title of the Application
|
|
|
62 |
# Decode the byte string to Unicode string
|
63 |
generated_question = generated_question.decode("utf-8")
|
64 |
|
65 |
+
return generated_question
|
66 |
|
67 |
def main():
|
68 |
# Title of the Application
|