awinml commited on
Commit
a7b0635
1 Parent(s): e514fa8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -129,7 +129,9 @@ def gpt3_qa(query, answer):
129
  return response.choices[0].text
130
 
131
 
132
- st.title("Abstractive Question Answering - APPL")
 
 
133
 
134
  query_text = st.text_input("Input Query", value="Who is the CEO of Apple?")
135
 
 
129
  return response.choices[0].text
130
 
131
 
132
+ st.title("Abstractive Question Answering")
133
+
134
+ st.write("The app uses the quarterly earnings call transcripts for 10 companies (Apple, AMD, Amazon, Cisco, Google, Microsoft, Nvidia, ASML, Intel, Micron) for the years 2016 to 2020.")
135
 
136
  query_text = st.text_input("Input Query", value="Who is the CEO of Apple?")
137