nurindahpratiwi commited on
Commit
f95b63c
1 Parent(s): e3b3283

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ if uploaded_file is not None:
47
  st.session_state['history'] = []
48
 
49
  if 'generated' not in st.session_state:
50
- st.session_state['generated'] = ''
51
 
52
  if 'past' not in st.session_state:
53
  st.session_state['past'] = ["Hey!"]
 
47
  st.session_state['history'] = []
48
 
49
  if 'generated' not in st.session_state:
50
+ st.session_state['generated'] = ["Hello ! Ask me anything about "+ uploaded_file.name]
51
 
52
  if 'past' not in st.session_state:
53
  st.session_state['past'] = ["Hey!"]