Logeswaransr commited on
Commit
4dddcfe
·
1 Parent(s): 4db5a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ pipe=pipeline('text2text-generation', model=model, tokenizer=tokenizer)
14
 
15
  greetings=["Hello!","I am AI Chaperone. Your special virtual assistant for your needs.", "Feel free to ask me anything. I will do what I can."]
16
 
17
- st.set_page_config(page_title='AI Chaperone')
18
 
19
  if 'messages' not in st.session_state:
20
  st.session_state.messages=[]
 
14
 
15
  greetings=["Hello!","I am AI Chaperone. Your special virtual assistant for your needs.", "Feel free to ask me anything. I will do what I can."]
16
 
17
+ st.set_page_config(page_title='AI Chaperone', layout='wide')
18
 
19
  if 'messages' not in st.session_state:
20
  st.session_state.messages=[]