Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|