Spaces:
Runtime error
Runtime error
Commit
·
646529f
1
Parent(s):
66a2be0
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def get_chatgpt_response(messages, selected_model):
|
|
44 |
return response['choices'][0]['message']['content']
|
45 |
|
46 |
# Define pages in sidebar
|
47 |
-
page = st.sidebar.radio('Select a page:', ('Review Analysis', 'review summary', 'Feature Benefits', 'feature_mapping', 'benefit_mapping', 'Identify Avatars', 'Tone of Voice Manual', 'question_answers'))
|
48 |
|
49 |
|
50 |
if page == 'Review Analysis':
|
|
|
44 |
return response['choices'][0]['message']['content']
|
45 |
|
46 |
# Define pages in sidebar
|
47 |
+
page = st.sidebar.radio('Select a page:', ('Review Analysis', 'review summary', 'Feature Benefits','combined features and benefits', 'feature_mapping', 'benefit_mapping', 'Identify Avatars', 'Tone of Voice Manual', 'question_answers'))
|
48 |
|
49 |
|
50 |
if page == 'Review Analysis':
|