shreyasiv commited on
Commit
0939b3c
·
1 Parent(s): 725ea29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def text_to_news_article(text):
52
  return response['choices'][0]['text']
53
 
54
 
55
- st.markdown('#Generate and Chat with Transcripts')
56
 
57
  st.header('Input the Video URL')
58
 
 
52
  return response['choices'][0]['text']
53
 
54
 
55
+ st.markdown('# Generate and Chat with Transcripts')
56
 
57
  st.header('Input the Video URL')
58