AhmedTaha012 commited on
Commit
bd80546
·
1 Parent(s): bebb1c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 quarter', '')
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)