Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ if audio_file:
|
|
38 |
],
|
39 |
temperature=0,
|
40 |
)
|
41 |
-
st.subheader("Summary
|
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 |
|