hra commited on
Commit
497a58e
1 Parent(s): c64a07d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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']))