mohammed3536 commited on
Commit
d572e23
1 Parent(s): 50629ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def generate_question_with_chatgpt(context):
61
 
62
  # Decode the byte string to Unicode string
63
  generated_question = generated_question.decode("utf-8")
64
- return generated_question
65
 
66
  def main():
67
  # Title of the Application
 
61
 
62
  # Decode the byte string to Unicode string
63
  generated_question = generated_question.decode("utf-8")
64
+ return generated_question
65
 
66
  def main():
67
  # Title of the Application