Vageesh1 commited on
Commit
178a93a
·
1 Parent(s): 3a72cae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def ui():
74
  st.session_state['history'] = []
75
 
76
  if 'generated' not in st.session_state:
77
- st.session_state['generated'] = [" "]
78
 
79
  if 'past' not in st.session_state:
80
  st.session_state['past'] = []
 
74
  st.session_state['history'] = []
75
 
76
  if 'generated' not in st.session_state:
77
+ st.session_state['generated'] = []
78
 
79
  if 'past' not in st.session_state:
80
  st.session_state['past'] = []