DrishtiSharma commited on
Commit
7dff8d5
·
verified ·
1 Parent(s): c9dab1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ if audio_file:
38
  ],
39
  temperature=0,
40
  )
41
- st.subheader("Summary in Multiple Formats")
42
  summary_text = summary_response.choices[0].message.content
43
  st.markdown(summary_text)
44
 
 
38
  ],
39
  temperature=0,
40
  )
41
+ st.subheader("Summary and Key Points")
42
  summary_text = summary_response.choices[0].message.content
43
  st.markdown(summary_text)
44