Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,6 @@ def getmindmap(topic,openapikey):
|
|
51 |
max_tokens=4000,
|
52 |
temperature=0
|
53 |
)
|
54 |
-
|
55 |
print(resp)
|
56 |
|
57 |
df=pd.DataFrame(json.loads(resp['choices'][0]['text']))
|
|
|
51 |
max_tokens=4000,
|
52 |
temperature=0
|
53 |
)
|
|
|
54 |
print(resp)
|
55 |
|
56 |
df=pd.DataFrame(json.loads(resp['choices'][0]['text']))
|