Spaces:
Configuration error

truevis commited on
Commit
344d828
1 Parent(s): 225f0db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +22 -1
app.py CHANGED
@@ -25,7 +25,28 @@ questions = [
25
  "Sarah, a single parent with 1 child, earns $1300 monthly. She wants to rent a $2000/month house in Austin, TX using a housing choice voucher. Briefly explain how housing choice vouchers work. Calculate Sarah's estimated rent portion and the voucher's portion. Show your work. If Sarah's income rises by $500/month, how much more rent would she pay?",
26
  "List the PDF source pages and their URLS for the previous chat response from Assistant. List the full exact URLs from the source data.",
27
  "Summarize the previous chat response from Assistant",
28
- "Draft a formal business email to the person discussed in the chat based on the context provided in the chat. Omit any initial greetings or pleasantries. Use a colon after the \"Dear\" part."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ]
30
 
31
 
 
25
  "Sarah, a single parent with 1 child, earns $1300 monthly. She wants to rent a $2000/month house in Austin, TX using a housing choice voucher. Briefly explain how housing choice vouchers work. Calculate Sarah's estimated rent portion and the voucher's portion. Show your work. If Sarah's income rises by $500/month, how much more rent would she pay?",
26
  "List the PDF source pages and their URLS for the previous chat response from Assistant. List the full exact URLs from the source data.",
27
  "Summarize the previous chat response from Assistant",
28
+ "Draft a formal business email to the person discussed in the chat based on the context provided in the chat. Omit any initial greetings or pleasantries. Use a colon after the \"Dear\" part.",
29
+ """Write article about the subject in the following format:
30
+ <article_format> ## Engaging Article Title
31
+
32
+ ### Overview
33
+ {give a brief introduction of the article and why the user should read this report}
34
+ {make this section engaging and create a hook for the reader}
35
+
36
+ ### Section 1
37
+ {break the article into sections}
38
+ {provide details/facts/processes in this section}
39
+
40
+ ... more sections as necessary...
41
+
42
+ ### Takeaways
43
+ {provide key takeaways from the article}
44
+
45
+ ### References
46
+ - [Title](url)
47
+ - [Title](url)
48
+ - [Title](url)
49
+ </article_format>"""
50
  ]
51
 
52