mohammed3536 commited on
Commit
bf46fe5
·
verified ·
1 Parent(s): 914fff6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -55,7 +55,6 @@ def generate_question_with_chatgpt(context, topic):
55
  ]
56
 
57
  )
58
- result = response.json()
59
 
60
  print("API Response:", result) # Add this line for debugging
61
 
 
55
  ]
56
 
57
  )
 
58
 
59
  print("API Response:", result) # Add this line for debugging
60