hra commited on
Commit
62cdba8
·
1 Parent(s): 48ce042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -18,7 +18,7 @@ from graphviz import Digraph
18
 
19
  HRA_TOKEN=os.getenv("HRA_TOKEN")
20
 
21
- """
22
  headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
23
  url_hraprompts='https://us-central1-createinsightsproject.cloudfunctions.net/gethrahfprompts'
24
 
@@ -31,8 +31,8 @@ print(r.content)
31
 
32
 
33
  prompt_text=str(r.content, 'UTF-8')
34
- """
35
- prompt_text="Given a topic make a mindmap. The mindmap should cover various aspects not limited to concept, features, companies, types, applications, challenges etc. Output the mindmap in json format. Topic is :"
36
 
37
  print(prompt_text)
38
 
 
18
 
19
  HRA_TOKEN=os.getenv("HRA_TOKEN")
20
 
21
+
22
  headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
23
  url_hraprompts='https://us-central1-createinsightsproject.cloudfunctions.net/gethrahfprompts'
24
 
 
31
 
32
 
33
  prompt_text=str(r.content, 'UTF-8')
34
+
35
+ #prompt_text="Given a topic make a mindmap. The mindmap should cover various aspects not limited to concept, features, companies, types, applications, challenges etc. Output the mindmap in json format. Topic is :"
36
 
37
  print(prompt_text)
38