SwatGarg commited on
Commit
35b9ffb
1 Parent(s): 94e7c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -180,13 +180,6 @@ with input_container:
180
  # Play the speech
181
  st.audio(speech_fp, format='audio/mp3')
182
 
183
- ## Conditional display of AI generated responses as a function of user provided prompts
184
- '''with response_container:
185
- if st.session_state['generated']:
186
- for i in range(len(st.session_state['generated'])):
187
- message(st.session_state['past'][i], is_user=True, key=str(i) + '_user')
188
- message(st.session_state["generated"][i], key=str(I))'''
189
-
190
 
191
  with st.sidebar.expander("Sentiment Analysis"):
192
  # Use the values stored in session state
 
180
  # Play the speech
181
  st.audio(speech_fp, format='audio/mp3')
182
 
 
 
 
 
 
 
 
183
 
184
  with st.sidebar.expander("Sentiment Analysis"):
185
  # Use the values stored in session state