Spaces:
Build error
Build error
Upload app.py
Browse files
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
|
|
|
|
|
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 |
|