Spaces:
Build error
Build error
Commit
·
bd80546
1
Parent(s):
bebb1c3
Update app.py
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ def selectedCorpusForNextQuarterModel(x,quarter,year):
|
|
228 |
st.header("Transcript Analysis", divider='rainbow')
|
229 |
mainTranscript = st.text_area("Enter the transcript:", height=100)
|
230 |
quarter = st.text_input('Enter your quarter', '')
|
231 |
-
year = st.text_input('Enter your
|
232 |
if st.button("Analyze"):
|
233 |
transcript=replace_abbreviations(mainTranscript)
|
234 |
transcript=replace_abbreviations(transcript)
|
|
|
228 |
st.header("Transcript Analysis", divider='rainbow')
|
229 |
mainTranscript = st.text_area("Enter the transcript:", height=100)
|
230 |
quarter = st.text_input('Enter your quarter', '')
|
231 |
+
year = st.text_input('Enter your year', '')
|
232 |
if st.button("Analyze"):
|
233 |
transcript=replace_abbreviations(mainTranscript)
|
234 |
transcript=replace_abbreviations(transcript)
|