Spaces:
Runtime error
Runtime error
updating the title
Browse files
app.py
CHANGED
@@ -44,8 +44,8 @@ def generate_hashtags(input):
|
|
44 |
output = response.generations[0].text
|
45 |
return output
|
46 |
|
47 |
-
st.title('
|
48 |
-
st.write('''
|
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(
|