amir36 commited on
Commit
fc906b0
·
1 Parent(s): 8bb13bf

updating the title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ def generate_hashtags(input):
44
  output = response.generations[0].text
45
  return output
46
 
47
- st.title('Positive Reframing Generator')
48
- st.write('''This is a simple **Streamlit** app that generates the input sentence with a positive spin to it''')
49
 
50
  prompts = ["Choose"] + list(EXAMPLES.keys())
51
  prompt = st.selectbox(
 
44
  output = response.generations[0].text
45
  return output
46
 
47
+ st.title('ShubhMitra शुभ-मित्रा')
48
+ st.write('''AI assistance for positive reframing of situation''')
49
 
50
  prompts = ["Choose"] + list(EXAMPLES.keys())
51
  prompt = st.selectbox(